vault backup: 2024-10-12 17:19:45

This commit is contained in:
2024-10-12 17:19:46 +08:00
parent ff94ddca61
commit 244c0c52f6
960 changed files with 31348 additions and 10 deletions

View File

@@ -0,0 +1,19 @@
# BlueprintPrivate
- **功能描述:** 指定该函数或属性只能在本类中被调用或读写类似C++中的private的作用域限制。不可在别的蓝图类里访问。
- **使用位置:** UFUNCTION, UPROPERTY
- **元数据类型:** bool
- **关联项:** [BlueprintProtected](../BlueprintProtected/BlueprintProtected.md)
- **常用程度:** ★★
在函数细节面板上可以设置函数的访问权限:
![Untitled](Untitled.png)
造成的结果就是在函数上增加BlueprintPrivate=“true”
在细节面板上可以设置属性的
![Untitled](Untitled%201.png)
结果也是在属性上增加BlueprintPrivate=“true”

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB