UI_COMMAND(SetShowWireframe,"Wireframe","Toggles the viewmode of the Preview Pane between a lit view and a wireframe view.",EUserInterfaceActionType::ToggleButton,FInputChord());
UI_COMMAND(SetDrawUVs,"UV","Toggles display of the static mesh's UVs for the specified channel.",EUserInterfaceActionType::ToggleButton,FInputChord());
UI_COMMAND(SetShowGrid,"Grid","Displays the viewport grid.",EUserInterfaceActionType::ToggleButton,FInputChord());
UI_COMMAND(SetShowBounds,"Bounds","Toggles display of the bounds of the static mesh.",EUserInterfaceActionType::ToggleButton,FInputChord());
UI_COMMAND(SetShowCollision,"Collision","Toggles display of the simplified collision mesh of the static mesh, if one has been assigned.",EUserInterfaceActionType::ToggleButton,FInputChord());
UI_COMMAND(ResetCamera,"Reset Camera","Resets the camera to focus on the static mesh",EUserInterfaceActionType::Button,FInputChord());
UI_COMMAND(SetShowSockets,"Sockets","Displays the static mesh sockets.",EUserInterfaceActionType::ToggleButton,FInputChord());
UI_COMMAND(SetDrawAdditionalData,"Additional Data","Draw additional user data associated with asset.",EUserInterfaceActionType::ToggleButton,FInputChord());
UI_COMMAND(SetShowNormals,"Normals","Toggles display of vertex normals in the Preview Pane.",EUserInterfaceActionType::ToggleButton,FInputChord());
UI_COMMAND(SetShowTangents,"Tangents","Toggles display of vertex tangents in the Preview Pane.",EUserInterfaceActionType::ToggleButton,FInputChord());
UI_COMMAND(SetShowBinormals,"Binormals","Toggles display of vertex binormals (orthogonal vector to normal and tangent) in the Preview Pane.",EUserInterfaceActionType::ToggleButton,FInputChord());
UI_COMMAND(SetShowVertices,"Vertices","Toggles display of vertices in the Preview Pane.",EUserInterfaceActionType::ToggleButton,FInputChord());
UI_COMMAND(SetShowPivot,"Show Pivot","Display the pivot location of the static mesh.",EUserInterfaceActionType::ToggleButton,FInputChord());
UI_COMMAND(CreateDOP10X,"Add 10DOP-X Simplified Collision","Generates a new axis-aligned box collision mesh with the 4 X-axis aligned edges beveled (10 total sides) encompassing the static mesh.",EUserInterfaceActionType::Button,FInputChord());
UI_COMMAND(CreateDOP10Y,"Add 10DOP-Y Simplified Collision","Generates a new axis-aligned box collision mesh with the 4 Y-axis aligned edges beveled (10 total sides) encompassing the static mesh.",EUserInterfaceActionType::Button,FInputChord());
UI_COMMAND(CreateDOP10Z,"Add 10DOP-Z Simplified Collision","Generates a new axis-aligned box collision mesh with the 4 Z-axis aligned edges beveled (10 total sides) encompassing the static mesh.",EUserInterfaceActionType::Button,FInputChord());
UI_COMMAND(CreateDOP18,"Add 18DOP Simplified Collision","Generates a new axis-aligned box collision mesh with all edges beveled (18 total sides) encompassing the static mesh.",EUserInterfaceActionType::Button,FInputChord());
UI_COMMAND(CreateDOP26,"Add 26DOP Simplified Collision","Generates a new axis-aligned box collision mesh with all edges and corners beveled (26 total sides) encompassing the static mesh.",EUserInterfaceActionType::Button,FInputChord());
UI_COMMAND(CreateBoxCollision,"Add Box Simplified Collision","Generates a new box collision mesh encompassing the static mesh.",EUserInterfaceActionType::Button,FInputChord());
UI_COMMAND(CreateSphereCollision,"Add Sphere Simplified Collision","Generates a new sphere collision mesh encompassing the static mesh.",EUserInterfaceActionType::Button,FInputChord());
UI_COMMAND(CreateSphylCollision,"Add Capsule Simplified Collision","Generates a new capsule collision mesh encompassing the static mesh.",EUserInterfaceActionType::Button,FInputChord());
UI_COMMAND(CreateAutoConvexCollision,"Auto Convex Collision","Opens the Auto Convex Collision Tool for generating a new convex collision mesh, or meshes.",EUserInterfaceActionType::Button,FInputChord());
UI_COMMAND(RemoveCollision,"Remove Collision","Removes any simplified collision assigned to the static mesh.",EUserInterfaceActionType::Button,FInputChord());
UI_COMMAND(ConvertBoxesToConvex,"Convert Boxes to Convex","Converts any simple box collision meshes to convex collision meshes.",EUserInterfaceActionType::Button,FInputChord());
UI_COMMAND(CopyCollisionFromSelectedMesh,"Copy Collision from Selected Static Mesh","Copy collision from the static mesh selected in Content Browser.",EUserInterfaceActionType::Button,FInputChord());
UI_COMMAND(ChangeMesh,"Change Mesh","Changes the static mesh asset loaded in the Static Mesh Editor to the asset currently selected in the Content Browser.",EUserInterfaceActionType::Button,FInputChord());