TStructOnScope::InitializeFrom

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

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/StructOnScope.h"

Syntax

bool InitializeFrom
(
    FStructOnScope && InOther
)

Remarks

Initialize the TStructOnScope from a FStructOnScope containing data that derives from T InOther The FStructOnScope to initialize from

Returns

True if the conversion was successful, false otherwise

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