SGraphNodeK2Base::GetOverlayBrushes

Populate the brushes array with any overlay brushes to render

Windows
MacOS
Linux

Override Hierarchy

SNodePanel::SNode::GetOverlayBrushes()

SGraphNodeK2Base::GetOverlayBrushes()

References

Module

GraphEditor

Header

/Engine/Source/Editor/GraphEditor/Public/KismetNodes/SGraphNodeK2Base.h

Include

#include "KismetNodes/SGraphNodeK2Base.h"

Source

/Engine/Source/Editor/GraphEditor/Private/KismetNodes/SGraphNodeK2Base.cpp

Syntax

virtual void GetOverlayBrushes
(
    bool bSelected,
    const FVector2D WidgetSize,
    TArray< FOverlayBrushInfo > & Brushes
) const

Remarks

Populate the brushes array with any overlay brushes to render

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