ISlateStyle::GetFloat

Windows
MacOS
Linux

Override Hierarchy

ISlateStyle::GetFloat()

FSlateStyleSet::GetFloat()

References

Module

SlateCore

Header

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

Include

#include "Styling/ISlateStyle.h"

Syntax

float GetFloat
(
    const FName PropertyName,
    const ANSICHAR * Specifier,
    float DefaultValue
) const

Returns

a float property.

Parameters

Parameter

Description

PropertyName

Name of the property to get

Specifier

An optional string to append to the property name

DefaultValue

The default value to return if the property cannot be found

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