Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/Elements/Interfaces/TypedElementWorldInterface.h |
Include |
#include "Elements/Interfaces/TypedElementWorldInterface.h" |
class ITypedElementWorldInterface
Name | Description | ||
---|---|---|---|
|
CanDeleteElement ( |
Can the given element be deleted? |
|
|
CanDuplicateElement ( |
Can the given element be duplicated? |
|
|
CanEditElement ( |
Can this element actually be edited in the world? |
|
|
CanMoveElement ( |
Can the given element be moved within the world? |
|
|
DeleteElement ( |
Delete the given element. @note Default version calls DeleteElements with a single element. |
|
|
DeleteElements ( |
Delete the given set of elements. |
|
|
FTypedElemen... |
DuplicateElement ( |
Duplicate the given element. @note Default version calls DuplicateElements with a single element. |
|
DuplicateElements ( |
Duplicate the given set of elements. |
|
|
FindSuitableTransformAlongPath ( |
Attempt to find a suitable (non-intersecting) transform for the given element along the given path. |
|
|
FindSuitableTransformAtPoint ( |
Attempt to find a suitable (non-intersecting) transform for the given element at the given point. |
|
|
GetBounds ( |
Get the bounds of this element, if any. |
|
|
ULevel * |
GetOwnerLevel ( |
Get the owner level associated with this element, if any. |
|
UWorld * |
GetOwnerWorld ( |
Get the owner world associated with this element, if any. |
|
GetPivotOffset ( |
Get the local space offset of this element that should be added to its pivot location, if any. |
|
|
GetRelativeTransform ( |
Get the transform of this element relative to its parent, if any. |
|
|
GetWorldTransform ( |
Get the transform of this element within its owner world, if any. |
|
|
IsTemplateElement ( |
Is this element considered a template within its world (eg, a CDO or archetype). |
|
|
NotifyMovementEnded ( |
Notify that this element is done being moved. |
|
|
NotifyMovementOngoing ( |
Notify that this element is currently being moved. |
|
|
NotifyMovementStarted ( |
Notify that this element is about to be moved. |
|
|
SetPivotOffset ( |
Attempt to set the local space offset of this element that should be added to its pivot location. |
|
|
SetRelativeTransform ( |
Attempt to set the transform of this element relative to its parent. |
|
|
SetWorldTransform ( |
Attempt to set the transform of this element within its owner world. |