Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UComponentElementWorldInterface |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Elements/Component/ComponentElementWorldInterface.h |
| Include Path | #include "Elements/Component/ComponentElementWorldInterface.h" |
Syntax
UCLASS (MinimalAPI)
class UComponentElementWorldInterface :
public UObject ,
public ITypedElementWorldInterface
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UComponentElementWorldInterface
Implements Interfaces
Derived Classes
Functions
Public
Overridden from ITypedElementWorldInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool AddIgnoredElementToCollisionQueryParams
(
const FTypedElementHandle& InElementHandle, |
Attempt to modify FCollisionQueryParams so that the given element (and optionally any attached sub-elements, if the element is part of a hierarchy) is ignored in the query. | Elements/Component/ComponentElementWorldInterface.h | |
virtual bool CanEditElement
(
const FTypedElementHandle& InElementHandle |
Can this element actually be edited in the world? | Elements/Component/ComponentElementWorldInterface.h | |
virtual bool CanMoveElement
(
const FTypedElementHandle& InElementHandle, |
Can the given element be moved within the world? | Elements/Component/ComponentElementWorldInterface.h | |
virtual bool CanScaleElement
(
const FTypedElementHandle& InElementHandle |
Can the given element be scaled? | Elements/Component/ComponentElementWorldInterface.h | |
virtual bool FindSuitableTransformAlongPath
(
const FTypedElementHandle& InElementHandle, |
Attempt to find a suitable (non-intersecting) transform for the given element along the given path. | Elements/Component/ComponentElementWorldInterface.h | |
virtual bool GetBounds
(
const FTypedElementHandle& InElementHandle, |
Get the bounds of this element, if any. | Elements/Component/ComponentElementWorldInterface.h | |
virtual ULevel * GetOwnerLevel
(
const FTypedElementHandle& InElementHandle |
Get the owner level associated with this element, if any. | Elements/Component/ComponentElementWorldInterface.h | |
virtual UWorld * GetOwnerWorld
(
const FTypedElementHandle& InElementHandle |
Get the owner world associated with this element, if any. | Elements/Component/ComponentElementWorldInterface.h | |
virtual bool GetRelativeTransform
(
const FTypedElementHandle& InElementHandle, |
Get the transform of this element relative to its parent, if any. | Elements/Component/ComponentElementWorldInterface.h | |
virtual bool GetWorldTransform
(
const FTypedElementHandle& InElementHandle, |
Get the transform of this element within its owner world, if any. | Elements/Component/ComponentElementWorldInterface.h | |
virtual bool IsTemplateElement
(
const FTypedElementHandle& InElementHandle |
Is this element considered a template within its world (eg, a CDO or archetype). | Elements/Component/ComponentElementWorldInterface.h | |
virtual bool SetRelativeTransform
(
const FTypedElementHandle& InElementHandle, |
Attempt to set the transform of this element relative to its parent. | Elements/Component/ComponentElementWorldInterface.h | |
virtual bool SetWorldTransform
(
const FTypedElementHandle& InElementHandle, |
Attempt to set the transform of this element within its owner world. | Elements/Component/ComponentElementWorldInterface.h |