FSlateStyleRegistry::RegisterSlateStyle

Add a slate style to the repository.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyleRegistry.h

Include

#include "Styling/SlateStyleRegistry.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Styling/SlateStyleRegistry.cpp

Syntax

static void RegisterSlateStyle
(
    const ISlateStyle & InSlateStyle
)

Remarks

Add a slate style to the repository.

Parameters

Parameter

Description

ISlateStyle

interface to a user-definable style to add.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss