FMaterialEditorCommands

Unreal material editor actions

Unreal Engine C++ API Reference > Editor > MaterialEditor

Inheritance Hierarchy

References

   
Module MaterialEditor
Header /Engine/Source/Editor/MaterialEditor/Public/MaterialEditorActions.h
Include #include "MaterialEditorActions.h"

Syntax

class FMaterialEditorCommands : public [TCommands< FMaterialEditorCommands >](API\Runtime\Slate\Framework\Commands\TCommands)  

Remarks

Unreal material editor actions

Variables

Type Name Description
TSharedPtr< FUI... AddToFavorites Adds the selected expression to your favorites
TSharedPtr< FUI... AlwaysRefreshAllPreviews Always refresh all previews when enabled
TSharedPtr< FUI... Apply Material Editor CommandsApplys the following material to the world
TSharedPtr< FUI... BreakAllLinks Breaks all outgoing links on the selected node
TSharedPtr< FUI... BreakLink Deletes the selected link
TSharedPtr< FUI... CameraHome Canvas CommandsMoves the canvas camera to the home position
TSharedPtr< FUI... CleanUnusedExpressions Removes any unused nodes
TSharedPtr< FUI... ConvertNamedRerouteToReroute  
TSharedPtr< FUI... ConvertObjects Converts selected objects to parameters
TSharedPtr< FUI... ConvertRerouteToNamedReroute Conversion between reroute nodes and local variables
TSharedPtr< FUI... ConvertToConstant Converts selected objects to constants
TSharedPtr< FUI... ConvertToTextureObjects Converts selected texture type into another
TSharedPtr< FUI... ConvertToTextureSamples  
TSharedPtr< FUI... CreateComponentMaskNode Create component mask node
TSharedPtr< FUI... CreateHorizontalMixNode  
TSharedPtr< FUI... CreateSlabNode Create component mask node
TSharedPtr< FUI... CreateVerticalLayerNode  
TSharedPtr< FUI... CreateWeightNode  
TSharedPtr< FUI... DeleteObjects Deletes all selected objects
TSharedPtr< FUI... DisableRealtimePreviewNode Disables realtime previewing of this node
TSharedPtr< FUI... DuplicateObjects Duplicates all selected objects
TSharedPtr< FUI... EnableRealtimePreviewNode Enables realtime previewing of this node
TSharedPtr< FUI... FeatureLevel_All  
TSharedPtr< FUI... FeatureLevel_Mobile  
TSharedPtr< FUI... FeatureLevel_SM5  
TSharedPtr< FUI... FeatureLevel_SM6  
TSharedPtr< FUI... FindInMaterial Finds expressions in current material
TSharedPtr< FUI... Flatten Flattens the material to a texture for mobile devices
TSharedPtr< FUI... ForceRefreshPreviews Forces a refresh of all previews
TSharedPtr< FUI... MatertialPasteHere Pastes the copied items at the current location
TSharedPtr< FUI... NewComment Creates a new comment node
TSharedPtr< FUI... PromoteToDouble Convert the selected parameters from 'float' to 'double'
TSharedPtr< FUI... PromoteToFloat Convert the selected parameters from 'double' to 'float'
TSharedPtr< FUI... PromoteToParameter Create component mask node
TSharedPtr< FUI... QualityLevel_All  
TSharedPtr< FUI... QualityLevel_Epic  
TSharedPtr< FUI... QualityLevel_High  
TSharedPtr< FUI... QualityLevel_Low  
TSharedPtr< FUI... QualityLevel_Medium  
TSharedPtr< FUI... RemoveFromFavorites Removes the selected expression from your favorites
TSharedPtr< FUI... SelectDownstreamNodes Selects all nodes that use the selected node's outgoing links
TSharedPtr< FUI... SelectNamedRerouteDeclaration Local variables select helpers
TSharedPtr< FUI... SelectNamedRerouteUsages  
TSharedPtr< FUI... SelectUpstreamNodes Selects all nodes that use the selected node's incoming links
TSharedPtr< FUI... SetCubePreview Sets the preview mesh to a cube
TSharedPtr< FUI... SetCylinderPreview Preview Pane CommandsSets the preview mesh to a cylinder
TSharedPtr< FUI... SetPlanePreview Sets the preview mesh to a plane
TSharedPtr< FUI... SetPreviewMeshFromSelection Sets the preview mesh to the current selection in the level editor
TSharedPtr< FUI... SetSpherePreview Sets the preview mesh to a sphere
TSharedPtr< FUI... ShowAllMaterialParameters Material Instance Editor CommandsToggles between showing all the material parameters or not
TSharedPtr< FUI... ShowHideConnectors Shows or hides unused connectors
TSharedPtr< FUI... StartPreviewNode Makes a new be previewed in the viewport
TSharedPtr< FUI... StopPreviewNode Stops a node from being previewed in the viewport
TSharedPtr< FUI... ToggleHideUnrelatedNodes Fade nodes which are not connected to the selected nodes.
TSharedPtr< FUI... ToggleLivePreview Toggles live updating of the preview material.
TSharedPtr< FUI... ToggleMaterialStats Toggles the material stats on the canvas pane
TSharedPtr< FUI... TogglePlatformStats Shows material stats and errors for multiple shader platforms.
TSharedPtr< FUI... TogglePreviewBackground Toggles the preview pane's background
TSharedPtr< FUI... TogglePreviewGrid Toggles the preview pane's grid
TSharedPtr< FUI... ToggleRealtimeExpressions Toggles real time expression nodes
TSharedPtr< FUI... UseCurrentTexture Uses the texture in the content browser for the selected node

Constructors

Type Name Description
  FMaterialEditorCommands ()  

Overridden from TCommands

Type Name Description
void RegisterCommands () Initialize commands

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library