FMetaDataUtilities::FMoveMetadataHelperContext::FMoveMetadataHelperContext

Backs up the metadata for the [UObject](API\Runtime\CoreUObject\UObject\UObject) (and optionally its children).

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/MetaData.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/MetaData.cpp

Syntax

FMoveMetadataHelperContext
(
    UObject * SourceObject,
    bool bSearchChildren
)

Remarks

Backs up the metadata for the UObject (and optionally its children).

Parameters

Parameter

Description

SourceObject

The main UObject to move metadata for.

bSearchChildren

When true all the metadata for classes

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