FSlateStyleRegistry::UnRegisterSlateStyle

Remove a slate style from 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 UnRegisterSlateStyle
(
    const ISlateStyle & InSlateStyle
)

Remarks

Remove a slate style from the repository.

Parameters

Parameter

Description

ISlateStyle

Interface to the style to remove.

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