UMetaData::CopyMetadata

Copy all metadata from the source object to the destination object.

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

static void CopyMetadata
(
    UObject * SourceObject,
    UObject * DestObject
)

Remarks

Copy all metadata from the source object to the destination object. This will add to any existing metadata entries for SourceObject.

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