Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/IDatasmithSceneElements.h |
Include |
#include "IDatasmithSceneElements.h" |
class IDatasmithActorElement : public IDatasmithElement
Base definition for Actor Elements like geometry instances, cameras or lights
Name | Description | |
---|---|---|
|
~IDatasmithActorElement() |
Name | Description | ||
---|---|---|---|
|
AddChild ( |
Adds a new child to the Actor Element |
|
|
AddTag ( |
Add a new Tag to an Actor element |
|
|
const TShare... |
GetChild ( |
|
|
TSharedPtr< ... |
GetChild ( |
Get the InIndex-th child of the mesh actor |
|
GetChildrenCount() |
Get the number of children on this actor |
|
|
const TCHAR ... |
GetLayer() |
Get the the name of the layer that contains this entity |
|
const TShare... |
GetParentActor() |
Get the parent actor of the Actor element, returns invalid TSharedPtr if the Actor is directly under the scene root |
|
GetRelativeTransform() |
Returns the relative transform for this element |
|
|
GetRotation() |
Get rotation (in quaternion format) of this entity |
|
|
GetScale() |
Get absolute scale of this entity |
|
|
const TCHAR ... |
GetTag ( |
Get the 'TagIndex'th tag of an Actor element |
|
GetTagsCount() |
Get the number of tags attached to an Actor element |
|
|
GetTranslation() |
Get absolute translation of this entity |
|
|
GetVisibility() |
Set a mesh actor's visibility |
|
|
IsAComponent() |
||
|
RemoveChild ( |
||
|
ResetTags() |
Remove all Tags on the Actor element |
|
|
SetIsAComponent ( |
Indicates if this actor is a standalone actor or a component, when used in a hierarchy |
|
|
SetLayer ( |
Set the the the layer that contains this entity, layer will be auto-created from its name |
|
|
SetRotation |
Set rotation (in quaternion format) of this entity |
|
|
SetRotation ( |
Set rotation (in quaternion format) of this entity |
|
|
SetScale |
Set absolute scale of this entity |
|
|
SetScale ( |
Set absolute scale of this entity |
|
|
SetTranslation |
Set absolute translation of this entity |
|
|
SetTranslation ( |
Set absolute translation of this entity |
|
|
SetVisibility ( |
Get a mesh actor's visibility |