Navigation
API > API/Plugins > API/Plugins/DatasmithContent > API/Plugins/DatasmithContent/UDatasmithContentBlueprintLibrar-
Description
Find all Datasmith User Data of loaded objects of the given type. This is a slow operation, so editor only.
| Name | GetAllDatasmithUserData |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/DatasmithContentBlueprintLibrary.h |
| Include Path | #include "DatasmithContentBlueprintLibrary.h" |
| Source | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Private/DatasmithContentBlueprintLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Editor Scripting | Datasmith User Data")
static void GetAllDatasmithUserData
(
TSubclassOf < UObject > ObjectClass,
TArray < UDatasmithAssetUserData * > & OutUserData
)
Parameters
| Name | Remarks |
|---|---|
| ObjectClass | Class of the object on which to filter, if specificed; otherwise there's no filtering |
| OutUserData | Output array of Datasmith User Data. |