Navigation
API > API/Editor > API/Editor/AdvancedPreviewScene
| Name | FAdvancedPreviewSceneCommands |
| Type | class |
| Header File | /Engine/Source/Editor/AdvancedPreviewScene/Public/AdvancedPreviewSceneCommands.h |
| Include Path | #include "AdvancedPreviewSceneCommands.h" |
Syntax
class FAdvancedPreviewSceneCommands : public TCommands< FAdvancedPreviewSceneCommands >
Inheritance Hierarchy
- TCommands< FAdvancedPreviewSceneCommands > → FAdvancedPreviewSceneCommands
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAdvancedPreviewSceneCommands() |
AdvancedPreviewSceneCommands.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ToggleEnvironment | TSharedPtr< FUICommandInfo > | Toggles environment (sky sphere) visibility | AdvancedPreviewSceneCommands.h | |
| ToggleFloor | TSharedPtr< FUICommandInfo > | Toggles floor visibility | AdvancedPreviewSceneCommands.h | |
| ToggleGrid | TSharedPtr< FUICommandInfo > | Toggles the grid | AdvancedPreviewSceneCommands.h | |
| TogglePostProcessing | TSharedPtr< FUICommandInfo > | Toggles post processing | AdvancedPreviewSceneCommands.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RegisterCommands() |
Initialize commands | AdvancedPreviewSceneCommands.h |