Navigation
API > API/Plugins > API/Plugins/DirectMeshControl
FDirectMeshControlStyle manages the SlateUI style set for the Direct Mesh Control plugin. Provides static helpers to initialize, shut down, and access the shared FSlateStyleSet used by DMC editor tools and commands.
| Name | FDirectMeshControlStyle |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Animation/DirectMeshControl/Source/DirectMeshControl/Public/DirectMeshControlStyle.h |
| Include Path | #include "DirectMeshControlStyle.h" |
Syntax
class FDirectMeshControlStyle
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StyleSet | TSharedPtr< class FSlateStyleSet > | The shared FSlateStyleSet instance owned by this class. | DirectMeshControlStyle.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedPtr< class ISlateStyle > Get() |
Returns the shared DMC Slate style pointer. | DirectMeshControlStyle.h | |
static FName GetStyleSetName() |
Returns the registered name of the DMC style set. | DirectMeshControlStyle.h | |
static void Initialize() |
Creates and registers the DMC Slate style set. | DirectMeshControlStyle.h | |
static void Shutdown() |
Unregisters and resets the DMC Slate style set. | DirectMeshControlStyle.h |