FSlateStyleRegistry::FindSlateStyle

Find a slate style in 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 const ISlateStyle * FindSlateStyle
(
    const FName & InSlateStyleName
)

Remarks

Find a slate style in the repository.

Returns

The slate style, or null if it couldn't be found

Parameters

Parameter

Description

InSlateStyleName

The name of the slate style to find.

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