24 lines
990 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# BlueprintInternalUseOnly
- **功能描述:** 标明该元素是作为蓝图系统的内部调用或使用,不暴露出来在用户层面直接定义或使用。
- **使用位置:** UFUNCTION, USTRUCT
- **引擎模块:** Blueprint
- **元数据类型:** bool
- **关联项:**
Meta[BlueprintType](BlueprintType.md), [BlueprintInternalUseOnlyHierarchical](BlueprintInternalUseOnlyHierarchical.md)
UFUNCTION[BlueprintInternalUseOnly](../../Specifier/UFUNCTION/UHT/BlueprintInternalUseOnly/BlueprintInternalUseOnly.md)
USTRUCT[BlueprintInternalUseOnly](../../Specifier/USTRUCT/Blueprint/BlueprintInternalUseOnly/BlueprintInternalUseOnly.md)
- **常用程度:** ★★★
也可以用在USTRUCT上标明该结构不可用来定义新BP变量但可作为别的类的成员变量暴露和变量传递。
用在UFUNCTION上时此函数是一个内部实现细节用于实现另一个函数或节点。其从未直接在蓝图图表中公开。