Navigation
Unreal Engine C++ API Reference > Editor > LevelEditor
References
Module | LevelEditor |
Header | /Engine/Source/Editor/LevelEditor/Public/ViewportTypeDefinition.h |
Include | #include "ViewportTypeDefinition.h" |
Syntax
struct FViewportTypeDefinition
Remarks
Definition of a custom viewport
Variables
Type | Name | Description |
---|---|---|
TSharedPtr< FUI... | ActivationCommand | A UI command for toggling activation this viewport |
FFactoryFunctio... | FactoryFunction | Function used to create a new instance of the viewport |
Constructors
Type | Name | Description |
---|---|---|
FViewportTypeDefinition ( const FFactoryFunctionType& InFact..., const TSharedPtr< FUICommandInfo > ... ) |
Functions
Type | Name | Description |
---|---|---|
FViewportTyp... | FromType ( const TSharedPtr< FUICommandInfo > ... ) |
Typedefs
Name | Description |
---|---|
FFactoryFunctionType |