Navigation
API > API/Plugins > API/Plugins/PhysicsControlEditor
Inheritance Hierarchy
- TSharedFromThis
- FApplicationMode
- FPhysicsControlProfileApplicationMode
References
| Module | PhysicsControlEditor |
| Header | /Engine/Plugins/Experimental/PhysicsControl/Source/PhysicsControlEditor/Public/PhysicsControlProfileApplicationMode.h |
| Include | #include "PhysicsControlProfileApplicationMode.h" |
Syntax
class FPhysicsControlProfileApplicationMode : public FApplicationMode
Remarks
The application mode for the Physics Control Profile Editor This defines the layout of the UI. It basically spawns all the tabs, such as the viewport, details panels, etc.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakPtr< FPhysicsControlProfileEditorToolkit > | EditorToolkit | The hosting app. | |
| FWorkflowAllowedTabSet | TabFactories | The tab factories we support. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPhysicsControlProfileApplicationMode
(
TSharedRef< FWorkflowCentricApplication > InHostingApp, |
Overridden from FApplicationMode
| Type | Name | Description | |
|---|---|---|---|
| void | RegisterTabFactories
(
TSharedPtr< FTabManager > InTabManager |
Constants
| Name | Description |
|---|---|
| ModeName | The name of this mode. |