FBlueprintEditor::GetVarIconAndColorFromProperty

Util for finding a glyph and color for a variable.

Windows
MacOS
Linux

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/BlueprintEditor.h

Include

#include "BlueprintEditor.h"

Source

/Engine/Source/Editor/Kismet/Private/BlueprintEditor.cpp

Syntax

static FSlateBrush const * GetVarIconAndColorFromProperty
(
    const FProperty * Property,
    FSlateColor & IconColorOut,
    FSlateBrush const *& SecondaryBrushOut,
    FSlateColor & SecondaryColorOut
)

Remarks

Util for finding a glyph and color for a variable.

Returns

The resulting glyph brush

Parameters

Parameter

Description

Property

The variable's property

IconColorOut

The resulting color for the glyph

SecondaryBrushOut

The resulting secondary glyph brush (used for Map types)

SecondaryColorOut

The resulting secondary color for the glyph (used for Map types)

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