InitializeFromChecked

Overload list

Windows
MacOS
Linux
Name Description

Public function

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)

Public function

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)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss