Navigation
API > API/Plugins > API/Plugins/UVEditorTools > API/Plugins/UVEditorTools/UUVToolSelectionAPI
An object representing an unset UV selection that can be as an undo/redo item, usually emitted by the selection API itself. Expects UUVToolSelectionAPI to be the associated UObject.
| Name | FUnsetSelectionChange |
| Type | class |
| Header File | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/Selection/UVToolSelectionAPI.h |
| Include Path | #include "Selection/UVToolSelectionAPI.h" |
Syntax
class FUnsetSelectionChange : public FToolCommandChange
Inheritance Hierarchy
- FChange → FCommandChange → FToolCommandChange → UUVToolSelectionAPI::FUnsetSelectionChange
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const TArray< FUVToolSelection > & GetBefore() |
Selection/UVToolSelectionAPI.h | ||
virtual void SetAfter
(
TArray< FUVToolSelection > Selections |
Selection/UVToolSelectionAPI.h | ||
virtual void SetBefore
(
TArray< FUVToolSelection > Selections |
Selection/UVToolSelectionAPI.h |
Overridden from FChange
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Apply
(
UObject* Object |
Selection/UVToolSelectionAPI.h | ||
virtual bool HasExpired
(
UObject* Object |
Selection/UVToolSelectionAPI.h | ||
virtual void Revert
(
UObject* Object |
Selection/UVToolSelectionAPI.h | ||
virtual FString ToString() |
Selection/UVToolSelectionAPI.h |