Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/StructUtils > API/Runtime/CoreUObject/StructUtils/TConstSharedStruct > API/Runtime/CoreUObject/StructUtils/TConstSharedStruct/Initialize
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/SharedStruct.h |
| Include | #include "StructUtils/SharedStruct.h" |
template<typename T, typename... TArgs, typename>
void Initialize
(
TArgs &&... InArgs
)
Remarks
Initializes from struct type and emplace args. This will create a new instance of the shared struct memory.