Navigation
API > API/Plugins > API/Plugins/DatasmithContent > API/Plugins/DatasmithContent/UDatasmithContentBlueprintLibrar-
References
| Module | DatasmithContent |
| Header | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/DatasmithContentBlueprintLibrary.h |
| Include | #include "DatasmithContentBlueprintLibrary.h" |
| Source | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Private/DatasmithContentBlueprintLibrary.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"Datasmith User Data"&41;
static void GetDatasmithUserDataKeysAndValuesForValue
&40;
UObject &42; Object,
const FString & StringToMatch,
TArray< FName > & OutKeys,
TArray< FString > & OutValues
&41;
Remarks
Get the keys and values for which the associated value contains the string to match for the Datasmith User Data of the given object.
Parameters
| Name | Description |
|---|---|
| Object | The Object from which to retrieve the Datasmith User Data. |
| 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. |