MCPcopy Create free account
hub / github.com/MothCocoon/FlowGraph / CreateIcon

Method CreateIcon

Source/FlowEditor/Private/Find/FindInFlow.cpp:108–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108TSharedRef<SWidget> FFindInFlowResult::CreateIcon() const
109{
110 const FSlateColor IconColor = FSlateColor::UseForeground();
111 const FSlateBrush* Brush = FAppStyle::GetBrush(TEXT("GraphEditor.FIB_Event"));
112
113 return SNew(SImage)
114 .Image(Brush)
115 .ColorAndOpacity(IconColor);
116}
117
118FReply FFindInFlowResult::OnClick(TWeakPtr<class FFlowAssetEditor> FlowAssetEditorPtr)
119{

Callers 1

OnGenerateRowMethod · 0.80

Calls 1

GetBrushFunction · 0.85

Tested by

no test coverage detected