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;"GetMetadataKeysAndValuesForValue", DisplayName&61;"Get Metadata Keys And Values For Value"&41;&41;
void GetMetaDataKeysAndValuesForValue
&40;
UDatasmithObjectElement &42; Object,
const FString & StringToMatch,
TArray< FString > & OutKeys,
TArray< FString > & OutValues
&41;
Remarks
Get the keys and values for which the associated value contains the string to match for the metadata element associated with the given object.
Parameters
| Name | Description |
|---|---|
| Object | The Object that is associated with the metadata element of interest. |
| StringToMatch | The string to match in the values. |
| OutKeys | Output array of keys for which the associated values contain the string to match. |
| OutValues | Output array of values associated to the keys. |