IDatasmithMetaDataElement

Windows
MacOS
Linux

Inheritance Hierarchy

IDatasmithElement

IDatasmithMetaDataElement

References

Module

DatasmithCore

Header

/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/IDatasmithSceneElements.h

Include

#include "IDatasmithSceneElements.h"

Syntax

class IDatasmithMetaDataElement : public IDatasmithElement

Functions

Name Description

Public function

void

 

AddProperty

(
    const TSharedPtr< IDatasmithKeyValu...
)

Add a property to this meta data

Public function Const

const TShare...

 

GetAssociatedElement()

Gets the Datasmith element that is associated with this meta data, if any

Public function Const

int32

 

GetPropertiesCount()

Get the total amount of properties in this meta data

Public function Const

const TShare...

 

GetProperty

(
    int32 i
)

Get the property i-th of this meta data

Public function

TSharedPtr< ...

 

GetProperty

(
    int32 i
)

Public function Const

const TShare...

 

GetPropertyByName

(
    const TCHAR* Name
)

Get a property by its name if it exists

Public function

TSharedPtr< ...

 

GetPropertyByName

(
    const TCHAR* Name
)

Public function

void

 

SetAssociatedElement

(
    const TSharedPtr< IDatasmithElement...
)

Sets the Datasmith element that is associated with this meta data, if any

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