Navigation
API > API/Editor > API/Editor/StaticMeshEditor
Unreal StaticMesh editor actions
| Name | FStaticMeshEditorCommands |
| Type | class |
| Header File | /Engine/Source/Editor/StaticMeshEditor/Public/StaticMeshEditorActions.h |
| Include Path | #include "StaticMeshEditorActions.h" |
Syntax
class FStaticMeshEditorCommands : public TCommands< FStaticMeshEditorCommands >
Inheritance Hierarchy
- TCommands< FStaticMeshEditorCommands > → FStaticMeshEditorCommands
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FStaticMeshEditorCommands() |
StaticMeshEditorActions.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BakeMaterials | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| ChangeMesh | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| ConvertBoxesToConvex | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| CopyCollisionFromSelectedMesh | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| CreateAutoConvexCollision | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| CreateBoxCollision | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| CreateDOP10X | TSharedPtr< FUICommandInfo > | Collision Menu Commands. | StaticMeshEditorActions.h | |
| CreateDOP10Y | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| CreateDOP10Z | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| CreateDOP18 | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| CreateDOP26 | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| CreateSphereCollision | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| CreateSphylCollision | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| FindSource | TSharedPtr< FUICommandInfo > | Mesh Menu Commands. | StaticMeshEditorActions.h | |
| ReimportAllMesh | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| ReimportAllMeshWithDialog | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| ReimportAllMeshWithNewFile | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| ReimportAllMeshWithNewFileWithDialog | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| ReimportMesh | TSharedPtr< FUICommandInfo > | Mesh toolbar Commands. | StaticMeshEditorActions.h | |
| ReimportMeshWithDialog | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| ReimportMeshWithNewFile | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| ReimportMeshWithNewFileWithDialog | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| RemoveCollision | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| ResetCamera | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| SaveGeneratedLODs | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| SetDrawAdditionalData | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| SetDrawUVs | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| SetShowBinormals | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| SetShowBounds | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| SetShowComplexCollision | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| SetShowDistanceField | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| SetShowGrid | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| SetShowNaniteFallback | TSharedPtr< FUICommandInfo > | StaticMesh Editor Commands | StaticMeshEditorActions.h | |
| SetShowNormals | TSharedPtr< FUICommandInfo > | View Menu Commands. | StaticMeshEditorActions.h | |
| SetShowPhysicalMaterialMasks | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| SetShowPivot | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| SetShowRayTracingFallback | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| SetShowSimpleCollision | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| SetShowSockets | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| SetShowTangents | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| SetShowVertexColor | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| SetShowVertices | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| SetShowWireframe | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| ToggleShowBinormals | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| ToggleShowBounds | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| ToggleShowComplexCollisions | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| ToggleShowGrids | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| ToggleShowNormals | TSharedPtr< FUICommandInfo > | Toolbar commands | StaticMeshEditorActions.h | |
| ToggleShowPivots | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| ToggleShowSimpleCollisions | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| ToggleShowSockets | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| ToggleShowTangents | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| ToggleShowVertexColors | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| ToggleShowVertices | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h | ||
| ToggleShowWireframes | TSharedPtr< FUICommandInfo > | StaticMeshEditorActions.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RegisterCommands() |
Initialize commands | StaticMeshEditorActions.h |