Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FStructReinstancer
Description
Find the duplicated UScriptStruct created to keep the raw memory readable while the struct is compiled.
It is different for UUserDefinedStruct.
| Name | GetDuplicatedReinstantingStruct |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/StructReinstancer.h |
| Include Path | #include "StructUtils/StructReinstancer.h" |
const UScriptStruct * GetDuplicatedReinstantingStruct
(
TNotNull< const UScriptStruct * > Struct
) const