Navigation
API > API/Plugins > API/Plugins/DatasmithImporter > API/Plugins/DatasmithImporter/ObjectElements
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDatasmithObjectElement
- UDatasmithKeyValueProperty
References
| Module | DatasmithImporter |
| Header | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Public/ObjectElements/DatasmithUObjectElements.h |
| Include | #include "ObjectElements/DatasmithUObjectElements.h" |
Syntax
UCLASS ()
class UDatasmithKeyValueProperty : public UDatasmithObjectElement
Remarks
Functions
| Type | Name | Description | |
|---|---|---|---|
| TWeakPtr< IDatasmithKeyValueProperty > | |||
| EDatasmithKeyValuePropertyType | Get the type of this property | ||
| FString | GetValue () |
Get the value of this property | |
| void | SetDatasmithKeyValueProperty
(
const TSharedPtr< IDatasmithKeyValueProperty >& InElement |
||
| void | SetPropertyType
(
EDatasmithKeyValuePropertyType InType |
Set the type of this property | |
| void | Sets the value of this property |
Overridden from UDatasmithObjectElement
| Type | Name | Description | |
|---|---|---|---|
| TWeakPtr< IDatasmithElement > | TODO: They are not covariant because of the TWeakPtr, can't override in child. | ||
| bool | Is the Element still valid for the Datasmith Scene |