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