vault backup: 2024-10-12 17:19:45
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# BlueprintCallable
|
||||
|
||||
- **功能描述:** 暴露到蓝图中可被调用
|
||||
|
||||
- **元数据类型:** bool
|
||||
- **引擎模块:** Blueprint
|
||||
- **作用机制:** 在FunctionFlags增加[FUNC_BlueprintCallable](../../../../Flags/EFunctionFlags/FUNC_BlueprintCallable.md)
|
||||
- **常用程度:** ★★★★★
|
||||
|
||||
## 测试代码:
|
||||
|
||||
```cpp
|
||||
UFUNCTION(BlueprintCallable)
|
||||
void MyFunc_BlueprintCallable() {}
|
||||
```
|
||||
|
||||
## 效果展示:
|
||||
|
||||

|
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
Reference in New Issue
Block a user