Navigation
Unreal Engine C++ API Reference > Runtime > DatasmithCore
Inheritance Hierarchy
- ISceneGraphNode
- IDatasmithElement
- IDatasmithKeyValueProperty
References
Module | DatasmithCore |
Header | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/IDatasmithSceneElements.h |
Include | #include "IDatasmithSceneElements.h" |
Syntax
class IDatasmithKeyValueProperty : public IDatasmithElement
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
EDatasmithKeyValuePropertyType | Get the type of this property | |
![]() ![]() |
const TCHAR * | GetValue () |
Get the value of this property |
![]() |
void | SetPropertyType
(
EDatasmithKeyValuePropertyType InType |
Set the type of this property |
![]() |
void | SetValue
(
const TCHAR* Value |
Sets the value of this property |