Navigation
API > API/Plugins > API/Plugins/PhysicsControlEditor
Inheritance Hierarchy
- FApplicationMode
- FPhysicsControlAssetApplicationMode
References
| Module | PhysicsControlEditor |
| Header | /Engine/Plugins/Experimental/PhysicsControl/Source/PhysicsControlEditor/Public/PhysicsControlAssetApplicationMode.h |
| Include | #include "PhysicsControlAssetApplicationMode.h" |
Syntax
class FPhysicsControlAssetApplicationMode : public FApplicationMode
Remarks
The application mode for the Physics Control Asset 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< FPhysicsControlAssetEditor > | PhysicsControlAssetEditor | The hosting app. | |
| FWorkflowAllowedTabSet | TabFactories | The tab factories we support. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPhysicsControlAssetApplicationMode
(
TSharedRef< FWorkflowCentricApplication > InHostingApp, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | RegisterTabFactories
(
TSharedPtr< FTabManager > InTabManager |
Constants
| Name | Description |
|---|---|
| ModeName | The name of this mode. |