Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > TStructOnScope > InitializeFrom
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/StructOnScope.h |
Include | #include "UObject/StructOnScope.h" |
bool InitializeFrom
(
const FStructOnScope & InOther
)
Remarks
Initialize the TStructOnScope from a FStructOnScope containing data that derives from T @params InOther The FStructOnScope to initialize from True if the conversion was successful, false otherwise