Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > TStructOnScope
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/StructOnScope.h |
Include | #include "UObject/StructOnScope.h" |
template<typename U, typename, typename... TArgs>
void InitializeAs
(
TArgs &&... InArgs
)
Remarks
Initialize the TStructOnScope as a struct of type U which needs to derive from T @params InArgs The arguments to pass to the constructor of type U