Navigation
API > API/Runtime > API/Runtime/DatasmithCore
| Name | IDatasmithKeyValueProperty |
| Type | class |
| Header File | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/IDatasmithSceneElements.h |
| Include Path | #include "IDatasmithSceneElements.h" |
Syntax
class IDatasmithKeyValueProperty : public IDatasmithElement
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IDatasmithKeyValueProperty() |
IDatasmithSceneElements.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EDatasmithKeyValuePropertyType GetPropertyType() |
Get the type of this property | IDatasmithSceneElements.h | |
const TCHAR * GetValue() |
Get the value of this property | IDatasmithSceneElements.h | |
void SetPropertyType
(
EDatasmithKeyValuePropertyType InType |
Set the type of this property | IDatasmithSceneElements.h | |
void SetValue
(
const TCHAR* Value |
Sets the value of this property | IDatasmithSceneElements.h |