FMoveMetadataHelperContext

Helper class to backup and move the metadata for a given [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"

Syntax

class FMoveMetadataHelperContext

Remarks

Helper class to backup and move the metadata for a given UObject (and optionally its children).

Constructors

Name Description

Public function

FMoveMetadataHelperContext

(
    UObject* SourceObject,
    bool bSearchChildren
)

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

Destructors

Name Description

Public function

~FMoveMetadataHelperContext()

Patches up the new metadata on destruction.

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