Navigation
API > API/Runtime > API/Runtime/Engine
| Name | USMInstanceElementWorldInterface |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Elements/SMInstance/SMInstanceElementWorldInterface.h |
| Include Path | #include "Elements/SMInstance/SMInstanceElementWorldInterface.h" |
Syntax
UCLASS (MinimalAPI)
class USMInstanceElementWorldInterface :
public UObject ,
public ITypedElementWorldInterface
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → USMInstanceElementWorldInterface
Implements Interfaces
Derived Classes
Functions
Public
Overridden from ITypedElementWorldInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanEditElement
(
const FTypedElementHandle& InElementHandle |
Can this element actually be edited in the world? | Elements/SMInstance/SMInstanceElementWorldInterface.h | |
virtual bool CanMoveElement
(
const FTypedElementHandle& InElementHandle, |
Can the given element be moved within the world? | Elements/SMInstance/SMInstanceElementWorldInterface.h | |
virtual bool GetBounds
(
const FTypedElementHandle& InElementHandle, |
Get the bounds of this element, if any. | Elements/SMInstance/SMInstanceElementWorldInterface.h | |
virtual ULevel * GetOwnerLevel
(
const FTypedElementHandle& InElementHandle |
Get the owner level associated with this element, if any. | Elements/SMInstance/SMInstanceElementWorldInterface.h | |
virtual UWorld * GetOwnerWorld
(
const FTypedElementHandle& InElementHandle |
Get the owner world associated with this element, if any. | Elements/SMInstance/SMInstanceElementWorldInterface.h | |
virtual bool GetRelativeTransform
(
const FTypedElementHandle& InElementHandle, |
Get the transform of this element relative to its parent, if any. | Elements/SMInstance/SMInstanceElementWorldInterface.h | |
virtual TArray< FTypedElementHandle > GetSelectionElementsFromSelectionFunction
(
const FTypedElementHandle& InElementHandle, |
Elements/SMInstance/SMInstanceElementWorldInterface.h | ||
virtual bool GetWorldTransform
(
const FTypedElementHandle& InElementHandle, |
Get the transform of this element within its owner world, if any. | Elements/SMInstance/SMInstanceElementWorldInterface.h | |
virtual bool IsTemplateElement
(
const FTypedElementHandle& InElementHandle |
Is this element considered a template within its world (eg, a CDO or archetype). | Elements/SMInstance/SMInstanceElementWorldInterface.h | |
virtual void NotifyMovementEnded
(
const FTypedElementHandle& InElementHandle |
Notify that this element is done being moved. | Elements/SMInstance/SMInstanceElementWorldInterface.h | |
virtual void NotifyMovementOngoing
(
const FTypedElementHandle& InElementHandle |
Notify that this element is currently being moved. | Elements/SMInstance/SMInstanceElementWorldInterface.h | |
virtual void NotifyMovementStarted
(
const FTypedElementHandle& InElementHandle |
Notify that this element is about to be moved. | Elements/SMInstance/SMInstanceElementWorldInterface.h | |
virtual bool SetRelativeTransform
(
const FTypedElementHandle& InElementHandle, |
Attempt to set the transform of this element relative to its parent. | Elements/SMInstance/SMInstanceElementWorldInterface.h | |
virtual bool SetWorldTransform
(
const FTypedElementHandle& InElementHandle, |
Attempt to set the transform of this element within its owner world. | Elements/SMInstance/SMInstanceElementWorldInterface.h |