Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FStructReinstancer
Description
Find the new compiled UScriptStruct created for the original struct.
The new compiled UScriptStruct is the same as the original for UUserDefinedStruct.
| Name | GetCompiledReinstantingStruct |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/StructReinstancer.h |
| Include Path | #include "StructUtils/StructReinstancer.h" |
const UScriptStruct * GetCompiledReinstantingStruct
(
TNotNull< const UScriptStruct * > Struct
) const