FSlateStyleRegistry::UnRegisterSlateStyle

Removes a slate style from the repository (by name).

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 FName StyleSetName
)

Remarks

Removes a slate style from the repository (by name).

Parameters

Parameter

Description

StyleSetName

The name of the style set 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