Navigation
API > API/Runtime > API/Runtime/Engine
| Name | TTypedElement< ITypedElementWorldInterface > |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/Elements/Interfaces/TypedElementWorldInterface.h |
| Include Path | #include "Elements/Interfaces/TypedElementWorldInterface.h" |
Syntax
template<>
struct TTypedElement< ITypedElementWorldInterface > : public TTypedElementBase< ITypedElementWorldInterface >
Inheritance Hierarchy
- TTypedElementBase< ITypedElementWorldInterface > → TTypedElement< ITypedElementWorldInterface >
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AddIgnoredElementToCollisionQueryParams
(
const FTypedElementHandle& InElementHandle, |
Elements/Interfaces/TypedElementWorldInterface.h | ||
bool CanCopyElement() |
Elements/Interfaces/TypedElementWorldInterface.h | ||
bool CanDeleteElement() |
Elements/Interfaces/TypedElementWorldInterface.h | ||
bool CanDuplicateElement() |
Elements/Interfaces/TypedElementWorldInterface.h | ||
bool CanEditElement() |
Elements/Interfaces/TypedElementWorldInterface.h | ||
bool CanMoveElement
(
const ETypedElementWorldType InWorldType |
Elements/Interfaces/TypedElementWorldInterface.h | ||
bool CanPromoteElement() |
Elements/Interfaces/TypedElementWorldInterface.h | ||
bool CanScaleElement() |
Elements/Interfaces/TypedElementWorldInterface.h | ||
void CopyElement
(
FOutputDevice& Out |
Elements/Interfaces/TypedElementWorldInterface.h | ||
bool DeleteElement
(
UWorld* InWorld, |
Elements/Interfaces/TypedElementWorldInterface.h | ||
FTypedElementHandle DuplicateElement
(
UWorld* InWorld, |
Elements/Interfaces/TypedElementWorldInterface.h | ||
bool FindSuitableTransformAlongPath
(
const FVector& InPathStart, |
Elements/Interfaces/TypedElementWorldInterface.h | ||
bool FindSuitableTransformAtPoint
(
const FTransform& InPotentialTransform, |
Elements/Interfaces/TypedElementWorldInterface.h | ||
bool GetBounds
(
FBoxSphereBounds& OutBounds |
Elements/Interfaces/TypedElementWorldInterface.h | ||
ULevel * GetOwnerLevel() |
Elements/Interfaces/TypedElementWorldInterface.h | ||
UWorld * GetOwnerWorld() |
Elements/Interfaces/TypedElementWorldInterface.h | ||
bool GetPivotOffset
(
FVector& OutPivotOffset |
Elements/Interfaces/TypedElementWorldInterface.h | ||
bool GetRelativeTransform
(
FTransform& OutTransform |
Elements/Interfaces/TypedElementWorldInterface.h | ||
TArray< FTypedElementHandle > GetSelectionElementsFromSelectionFunction
(
const FWorldSelectionElementArgs& SelectionArgs, |
Elements/Interfaces/TypedElementWorldInterface.h | ||
TArray< FTypedElementHandle > GetSelectionElementsInBox
(
const FBox& InBox, |
Elements/Interfaces/TypedElementWorldInterface.h | ||
TArray< FTypedElementHandle > GetSelectionElementsInConvexVolume
(
const FConvexVolume& InVolume, |
Elements/Interfaces/TypedElementWorldInterface.h | ||
bool GetWorldTransform
(
FTransform& OutTransform |
Elements/Interfaces/TypedElementWorldInterface.h | ||
bool IsElementInBox
(
const FBox& InBox, |
Elements/Interfaces/TypedElementWorldInterface.h | ||
bool IsElementInConvexVolume
(
const FConvexVolume& InVolume, |
Elements/Interfaces/TypedElementWorldInterface.h | ||
bool IsTemplateElement() |
Elements/Interfaces/TypedElementWorldInterface.h | ||
void NotifyMovementEnded() |
Elements/Interfaces/TypedElementWorldInterface.h | ||
void NotifyMovementOngoing() |
Elements/Interfaces/TypedElementWorldInterface.h | ||
void NotifyMovementStarted() |
Elements/Interfaces/TypedElementWorldInterface.h | ||
FTypedElementHandle PromoteElement
(
UWorld* OverrideWorld |
Elements/Interfaces/TypedElementWorldInterface.h | ||
bool SetPivotOffset
(
const FVector& InPivotOffset |
Elements/Interfaces/TypedElementWorldInterface.h | ||
bool SetRelativeTransform
(
const FTransform& InTransform |
Elements/Interfaces/TypedElementWorldInterface.h | ||
bool SetWorldTransform
(
const FTransform& InTransform |
Elements/Interfaces/TypedElementWorldInterface.h |