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 TArray< FString > GetDatasmithUserDataValuesForKey
&40;
UObject &42; Object,
FName Key,
bool bPartialMatchKey
&41;
Remarks
Get the values of the given key for the Datasmith User Data of the given object. The string value associated with the given key
Parameters
| Name | Description |
|---|---|
| Object | The Object from which to retrieve the Datasmith User Data. |
| Key | The key to find in the Datasmith User Data. |
| bPartialMatchKey | If true, check for contains, rather than exact match. |