Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/TStructOnScope
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InitializeFromChecked
(
const FStructOnScope& InOther |
Initialize the TStructOnScope from a FStructOnScope containing data that derives from T @params InOther The FStructOnScope to initialize from (will assert if it contains an invalid type to store for T) | UObject/StructOnScope.h | |
void InitializeFromChecked
(
FStructOnScope&& InOther |
Initialize the TStructOnScope from a FStructOnScope containing data that derives from T @params InOther The FStructOnScope to initialize from (will assert if it contains an invalid type to store for T) | UObject/StructOnScope.h |
InitializeFromChecked(const FStructOnScope &)
Description
Initialize the TStructOnScope from a FStructOnScope containing data that derives from T @params InOther The FStructOnScope to initialize from (will assert if it contains an invalid type to store for T)
| Name | InitializeFromChecked |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/StructOnScope.h |
| Include Path | #include "UObject/StructOnScope.h" |
void InitializeFromChecked
(
const FStructOnScope & InOther
)
InitializeFromChecked(FStructOnScope &&)
Description
Initialize the TStructOnScope from a FStructOnScope containing data that derives from T @params InOther The FStructOnScope to initialize from (will assert if it contains an invalid type to store for T)
| Name | InitializeFromChecked |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/StructOnScope.h |
| Include Path | #include "UObject/StructOnScope.h" |
void InitializeFromChecked
(
FStructOnScope && InOther
)