Navigation
API > API/Plugins > API/Plugins/DatasmithImporter > API/Plugins/DatasmithImporter/ObjectElements > API/Plugins/DatasmithImporter/ObjectElements/UDatasmithSceneElementBase
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 |
UFUNCTION&40;BlueprintCallable, Category&61;"Datasmith &124; Scene",
Meta&61;&40;ScriptName&61;"GetMetadataValueForKey", DisplayName&61;"Get Metadata Value For Key"&41;&41;
FString GetMetaDataValueForKey
&40;
UDatasmithObjectElement &42; Object,
const FString & Key
&41;
Remarks
Get the value associated with the given key of the metadata element associated with the given object. The string value associated with the given key
Parameters
| Name | Description |
|---|---|
| Object | The Object that is associated with the metadata element of interest. |
| Key | The key to find in the metadata element. |