Navigation
API > API/Plugins > API/Plugins/GeometryCollectionEditor
| Name | FGeometryCollectionSelectionCommands |
| Type | class |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionEditor/Public/GeometryCollection/GeometryCollectionSelectionCommands.h |
| Include Path | #include "GeometryCollection/GeometryCollectionSelectionCommands.h" |
Syntax
class FGeometryCollectionSelectionCommands : public TCommands< FGeometryCollectionSelectionCommands >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FBindingContext → TCommands → FGeometryCollectionSelectionCommands
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGeometryCollectionSelectionCommands() |
GeometryCollection/GeometryCollectionSelectionCommands.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SelectAllGeometry | TSharedPtr< FUICommandInfo > | Selects all Geometry Collection geometry | GeometryCollection/GeometryCollectionSelectionCommands.h | |
| SelectInverseGeometry | TSharedPtr< FUICommandInfo > | Selects inverse of currently seleted Geometry Collection geometry | GeometryCollection/GeometryCollectionSelectionCommands.h | |
| SelectNone | TSharedPtr< FUICommandInfo > | Deselects all Geometry Collection geometry | GeometryCollection/GeometryCollectionSelectionCommands.h |
Functions
Public
Overridden from TCommands
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RegisterCommands() |
GeometryCollection/GeometryCollectionSelectionCommands.h |