18 lines
425 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.

# IsConversionRoot
- **功能描述:** 允许Actor在自身以及子类之间做转换
- **使用位置:** UCLASS, UINTERFACE
- **引擎模块:** Blueprint
- **元数据类型:** bool
- **关联项:**
UCLASS[ConversionRoot](../../Specifier/UCLASS/Scene/ConversionRoot/ConversionRoot.md)
UINTERFACE[ConversionRoot](../../Specifier/UINTERFACE/UHT/ConversionRoot.md)
- **常用程度:** ★★★