Navigation
API > API/Plugins > API/Plugins/GeometryCollectionEditor > API/Plugins/GeometryCollectionEditor/GeometryCollection
Inheritance Hierarchy
- TSharedFromThis
- FBindingContext
- TCommands
- FGeometryCollectionSelectionCommands
References
| Module | GeometryCollectionEditor |
| Header | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionEditor/Public/GeometryCollection/GeometryCollectionSelectionCommands.h |
| Include | #include "GeometryCollection/GeometryCollectionSelectionCommands.h" |
Syntax
class FGeometryCollectionSelectionCommands : public TCommands< FGeometryCollectionSelectionCommands >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FUICommandInfo > | SelectAllGeometry | Selects all Geometry Collection geometry | |
| TSharedPtr< FUICommandInfo > | SelectInverseGeometry | Selects inverse of currently seleted Geometry Collection geometry | |
| TSharedPtr< FUICommandInfo > | SelectNone | Deselects all Geometry Collection geometry |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from TCommands
| Type | Name | Description | |
|---|---|---|---|
| void | Pure virtual to override; describe and instantiate the commands in here by using the UI COMMAND macro. |