Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FTypedElementDeletionOptions |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/Elements/Interfaces/TypedElementWorldInterface.h |
| Include Path | #include "Elements/Interfaces/TypedElementWorldInterface.h" |
Syntax
USTRUCT (BlueprintType )
struct FTypedElementDeletionOptions
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bVerifyDeletionCanHappen | bool | Elements/Interfaces/TypedElementWorldInterface.h |
|
|
| bWarnAboutReferences | bool | Elements/Interfaces/TypedElementWorldInterface.h |
|
|
| bWarnAboutSoftReferences | bool | Elements/Interfaces/TypedElementWorldInterface.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTypedElementDeletionOptions & SetVerifyDeletionCanHappen
(
const bool InVerifyDeletionCanHappen |
Elements/Interfaces/TypedElementWorldInterface.h | ||
FTypedElementDeletionOptions & SetWarnAboutReferences
(
const bool InWarnAboutReferences |
Elements/Interfaces/TypedElementWorldInterface.h | ||
FTypedElementDeletionOptions & SetWarnAboutSoftReferences
(
const bool InWarnAboutSoftReferences |
Elements/Interfaces/TypedElementWorldInterface.h | ||
bool VerifyDeletionCanHappen() |
Elements/Interfaces/TypedElementWorldInterface.h | ||
bool WarnAboutReferences() |
Elements/Interfaces/TypedElementWorldInterface.h | ||
bool WarnAboutSoftReferences() |
Elements/Interfaces/TypedElementWorldInterface.h |