Navigation
API > API/Developer > API/Developer/DatasmithFacade
| Name | FDatasmithFacadeKeyValueProperty |
| Type | class |
| Header File | /Engine/Source/Developer/Datasmith/DatasmithFacade/Public/DatasmithFacadeKeyValueProperty.h |
| Include Path | #include "DatasmithFacadeKeyValueProperty.h" |
Syntax
class FDatasmithFacadeKeyValueProperty : public FDatasmithFacadeElement
Inheritance Hierarchy
- FDatasmithFacadeElement → FDatasmithFacadeKeyValueProperty
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDatasmithFacadeKeyValueProperty
(
const TCHAR* InName |
DatasmithFacadeKeyValueProperty.h | ||
FDatasmithFacadeKeyValueProperty
(
const TSharedRef< IDatasmithKeyValueProperty >& InKeyValueProperty |
DatasmithFacadeKeyValueProperty.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FDatasmithFacadeKeyValueProperty() |
DatasmithFacadeKeyValueProperty.h |
Enums
Public
| Name | Remarks |
|---|---|
| EKeyValuePropertyType |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< IDatasmithKeyValueProperty > GetDatasmithKeyValueProperty() |
DatasmithFacadeKeyValueProperty.h | ||
EKeyValuePropertyType GetPropertyType() |
Get the type of this property | DatasmithFacadeKeyValueProperty.h | |
const TCHAR * GetValue() |
Get the value of this property | DatasmithFacadeKeyValueProperty.h | |
void SetPropertyType
(
EKeyValuePropertyType InType |
Set the type of this property | DatasmithFacadeKeyValueProperty.h | |
void SetValue
(
const TCHAR* Value |
Sets the value of this property | DatasmithFacadeKeyValueProperty.h |