Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/Elements/SMInstance/SMInstanceElementWorldInterface.h |
Include |
#include "Elements/SMInstance/SMInstanceElementWorldInterface.h" |
class USMInstanceElementWorldInterface :
public UObject,
public ITypedElementWorldInterface
Name | Description | ||
---|---|---|---|
|
CanEditElement ( |
Can this element actually be edited in the world? |
|
|
CanMoveElement ( |
Can the given element be moved within the world? |
|
|
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. |
|
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. |
|
|
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. |