IDatasmithKeyValueProperty

Windows
MacOS
Linux

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

Functions

Name Description

Public function Const

EDatasmithKe...

 

GetPropertyType()

Get the type of this property

Public function Const

const TCHAR ...

 

GetValue()

Get the value of this property

Public function

void

 

SetPropertyType

(
    EDatasmithKeyValuePropertyType InTy...
)

Set the type of this property

Public function

void

 

SetValue

(
    const TCHAR* Value
)

Sets the value of this property

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss