Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > TStructOnScope
Type | Name | Description | |
---|---|---|---|
![]() |
void | InitializeFromChecked
(
const FStructOnScope& InOther |
Initialize the TStructOnScope from a FStructOnScope containing data that derives from T InOther The FStructOnScope to initialize from (will assert if it contains an invalid type to store for T) |
![]() |
void | InitializeFromChecked
(
FStructOnScope&& InOther |
Initialize the TStructOnScope from a FStructOnScope containing data that derives from T InOther The FStructOnScope to initialize from (will assert if it contains an invalid type to store for T) |