Choose your operating system:
Windows
macOS
Linux
| ISceneGraphNode
|
Module |
|
Header |
/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/IDatasmithSceneElements.h |
Include |
#include "IDatasmithSceneElements.h" |
class IDatasmithCustomActorElement : public IDatasmithActorElement
Name | Description | ||
---|---|---|---|
|
AddProperty ( |
Add a property to this actor |
|
|
const TCHAR ... |
GetClassOrPathName() |
The class name or path to the blueprint to instantiate. |
|
GetPropertiesCount() |
Get the total amount of properties in this actor |
|
|
const TShare... |
GetProperty ( |
Get the property i-th of this actor |
|
const TShare... |
GetPropertyByName ( |
Get a property by its name if it exists |
|
RemoveProperty ( |
Removes a property from this actor, doesn't preserve ordering |
|
|
SetClassOrPathName ( |