Skip to content

USMGraphK2Node_PropertyNode_Base::FHighlightArgs

Public Attributes

Name
bool bEnable
bool bClearOnCompile
FLinearColor Color

Public Attributes Documentation

variable bEnable

bool bEnable = false;

Enable highlighting for this property.


variable bClearOnCompile

bool bClearOnCompile = true;

Allow the compile process to clear the current highlight state.


variable Color

FLinearColor Color = FLinearColor(1.f, 0.84f, 0.f, 1.2);

The color of the highlight.