UDatasmithSceneElementBase::GetMetaDataValueForKey

Get the value associated with the given key of the metadata element associated with the given object.

Windows
MacOS
Linux

References

Module

DatasmithImporter

Header

/Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Public/ObjectElements/DatasmithUSceneElement.h

Include

#include "ObjectElements/DatasmithUSceneElement.h"

Source

/Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Private/ObjectElements/DatasmithUSceneElement.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Datasmith | Scene",
          Meta=(ScriptName="GetMetadataValueForKey", DisplayName="Get Metadata Value For Key"))
FString GetMetaDataValueForKey
(
    UDatasmithObjectElement * Object,
    const FString & Key
)

Remarks

Get the value associated with the given key of the metadata element associated with the given object.

Returns

The string value associated with the given key

Parameters

Parameter

Description

Object

The Object that is associated with the metadata element of interest.

Key

The key to find in the metadata element.

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