TStructOnScope::InitializeFromChecked

Initialize the [TStructOnScope](API\Runtime\CoreUObject\UObject\TStructOnScope) from a [FStructOnScope](API\Runtime\CoreUObject\UObject\FStructOnScope) containing data that derives from T InOther The [FStructOnScope](API\Runtime\CoreUObject\UObject\FStructOnScope) to initialize from (will assert if it contains an invalid type to store for T)

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/StructOnScope.h

Include

#include "UObject/StructOnScope.h"

Syntax

void InitializeFromChecked
(
    FStructOnScope && InOther
)

Remarks

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