Navigation
API > API/Plugins > API/Plugins/TedsOperations
Operation system to execute operations that delete something. Only considers operations with the FDeletionTag.
| Name | UDeletionOperationSystem |
| Type | class |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsOperations/Public/Deletion/DeletionOperationSystem.h |
| Include Path | #include "Deletion/DeletionOperationSystem.h" |
Syntax
UCLASS (MinimalAPI)
class UDeletionOperationSystem : public UOperationSystem
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEditorDataStorageFactory → UOperationSystem → UDeletionOperationSystem
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDeletionOperationSystem() |
Deletion/DeletionOperationSystem.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~UDeletionOperationSystem() |
Deletion/DeletionOperationSystem.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CreateInputRows
(
UE::Editor::DataStorage::FRowHandleArray& OutInputRows, |
Utility method to create a batch of rows that can be used as input for deletion operations. | Deletion/DeletionOperationSystem.h |
Public Virtual
Overridden from UEditorDataStorageFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RegisterTables
(
UE::Editor::DataStorage::ICoreProvider& Storage |
Deletion/DeletionOperationSystem.h |
Protected Virtual
Overridden from UOperationSystem
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetQueryDescription
(
UE::Editor::DataStorage::FQueryDescription& OutDescription |
Deletion/DeletionOperationSystem.h |