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 (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. 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. |