Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ITypedElementWorldInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool GetBounds
(
const FTypedElementHandle& InElementHandle, |
Get the bounds of this element, if any. | Elements/Interfaces/TypedElementWorldInterface.h | |
virtual bool GetBounds
(
const FScriptTypedElementHandle& InElementHandle, |
Get the bounds of this element, if any. | Elements/Interfaces/TypedElementWorldInterface.h |
|
GetBounds(const FTypedElementHandle &, FBoxSphereBounds &)
Description
Get the bounds of this element, if any.
| Name | GetBounds |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Elements/Interfaces/TypedElementWorldInterface.h |
| Include Path | #include "Elements/Interfaces/TypedElementWorldInterface.h" |
virtual bool GetBounds
(
const FTypedElementHandle & InElementHandle,
FBoxSphereBounds & OutBounds
)
GetBounds(const FScriptTypedElementHandle &, FBoxSphereBounds &)
Description
Get the bounds of this element, if any.
| Name | GetBounds |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Elements/Interfaces/TypedElementWorldInterface.h |
| Include Path | #include "Elements/Interfaces/TypedElementWorldInterface.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Elements/Interfaces/TypedElementWorldInterface.cpp |
UFUNCTION (BlueprintCallable, Category="TypedElementInterfaces|World")
virtual bool GetBounds
(
const FScriptTypedElementHandle & InElementHandle,
FBoxSphereBounds & OutBounds
)