BlueRoseNote/03-UnrealEngine/Gameplay/UObject/UnrealSpecifiers/Meta/Blueprint/BlueprintInternalUseOnlyHierarchical.md

20 lines
633 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.

# BlueprintInternalUseOnlyHierarchical
- **功能描述:** 标明该结构及其子类都不暴露给用户定义和使用,均只能在蓝图系统内部使用
- **使用位置:** USTRUCT
- **引擎模块:** Blueprint
- **元数据类型:** bool
- **关联项:**
Meta[BlueprintInternalUseOnly](BlueprintInternalUseOnly.md), [BlueprintType](BlueprintType.md)
USTRUCT[BlueprintInternalUseOnlyHierarchical ](../../Specifier/USTRUCT/Blueprint/BlueprintInternalUseOnlyHierarchical.md)
- **常用程度:** ★
指明一个不向最终用户公开的BlueprintType类型的结构以及其派生的结构。