Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ITypedElementWorldInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool DeleteElement
(
const FTypedElementHandle& InElementHandle, |
Delete the given element. Default version calls DeleteElements with a single element. | Elements/Interfaces/TypedElementWorldInterface.h | |
virtual bool DeleteElement
(
const FScriptTypedElementHandle& InElementHandle, |
Delete the given element. Default version calls DeleteElements with a single element. | Elements/Interfaces/TypedElementWorldInterface.h |
|
DeleteElement(const FTypedElementHandle &, UWorld , UTypedElementSelectionSet , const FTypedElementDeletionOptions &)
Description
Delete the given element.
Default version calls DeleteElements with a single element.
| Name | DeleteElement |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Elements/Interfaces/TypedElementWorldInterface.h |
| Include Path | #include "Elements/Interfaces/TypedElementWorldInterface.h" |
virtual bool DeleteElement
(
const FTypedElementHandle & InElementHandle,
UWorld * InWorld,
UTypedElementSelectionSet * InSelectionSet,
const FTypedElementDeletionOptions & InDeletionOptions
)
DeleteElement(const FScriptTypedElementHandle &, UWorld , UTypedElementSelectionSet , const FTypedElementDeletionOptions &)
Description
Delete the given element.
Default version calls DeleteElements with a single element.
| Name | DeleteElement |
| 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 DeleteElement
(
const FScriptTypedElementHandle & InElementHandle,
UWorld * InWorld,
UTypedElementSelectionSet * InSelectionSet,
const FTypedElementDeletionOptions & InDeletionOptions
)