| ISceneGraphNode
|
Module |
|
Header |
/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/IDatasmithSceneElements.h |
Include |
#include "IDatasmithSceneElements.h" |
class IDatasmithMetaDataElement : public IDatasmithElement
Name | Description | ||
---|---|---|---|
|
void |
AddProperty ( |
Add a property to this meta data |
|
const TShare... |
GetAssociatedElement() |
Gets the Datasmith element that is associated with this meta data, if any |
|
int32 |
GetPropertiesCount() |
Get the total amount of properties in this meta data |
|
const TShare... |
GetProperty ( |
Get the property i-th of this meta data |
|
const TShare... |
GetPropertyByName ( |
Get a property by its name if it exists |
|
void |
RemoveProperty ( |
Remove the property from this meta data |
|
void |
ResetProperties() |
Remove all properties in this meta data |
|
void |
SetAssociatedElement ( |
Sets the Datasmith element that is associated with this meta data, if any |