FBlueprintEditor::GetVarIconAndColor

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 * GetVarIconAndColor
(
    const UStruct * VarScope,
    FName VarName,
    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

VarScope

Scope to find the variable in

VarName

Name of variable

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