Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/Elements/Component/ComponentElementWorldInterface.h |
Include |
#include "Elements/Component/ComponentElementWorldInterface.h" |
class UComponentElementWorldInterface :
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? |
|
|
FindSuitableTransformAlongPath ( |
Attempt to find a suitable (non-intersecting) transform for the given element along the given path. |
|
|
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). |
|
|
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. |