Navigation
API > API/Plugins > API/Plugins/DatasmithContent
Inheritance Hierarchy
- UAssetUserData
- UDatasmithAssetUserData
References
| Module | DatasmithContent |
| Header | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/DatasmithAssetUserData.h |
| Include | #include "DatasmithAssetUserData.h" |
Syntax
UCLASS (BlueprintType, Meta=(ScriptName="DatasmithUserData", DisplayName="Datasmith User Data"))
class UDatasmithAssetUserData : public UAssetUserData
Remarks
Asset user data that can be used with Datasmith on Actors and other objects
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FName, FString > | MetaData | ||
| TMap< TSubclassOf< class UDatasmithObjectTemplate >, TObjectPtr< UDatasmithObjectTemplate > > | ObjectTemplates |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UDatasmithAssetUserData * | GetDatasmithUserData
(
UObject* Object |
||
| FString | GetDatasmithUserDataValueForKey
(
UObject* Object, |
||
| TArray< FString > | GetDatasmithUserDataValuesForKey
(
UObject* Object, |
||
| bool | |||
| void | PostLoad () |
||
| bool | SetDatasmithUserDataValueForKey
(
UObject* Object, |
Typedefs
| Name | Description |
|---|---|
| FMetaDataContainer | Meta-data are available at runtime in game, i.e. used in blueprint to display build-boarded information. |
Constants
| Name | Description |
|---|---|
| UniqueIdMetaDataKey | Meta data keys for Datasmith objects. |