FFavoritedBlueprintPaletteItem::operator==

Checks to see if this favorite represents the supplied ed-graph action (so we can match them together, and construct a favorites list).

Windows
MacOS
Linux

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Classes/BlueprintPaletteFavorites.h

Include

#include "BlueprintPaletteFavorites.h"

Source

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

Syntax

bool operator==
(
    TSharedPtr< FEdGraphSchemaAction > PaletteAction
) const

Remarks

Checks to see if this favorite represents the supplied ed-graph action (so we can match them together, and construct a favorites list).

Returns

True if this favorite represents the specified action, false if not.

Parameters

Parameter

Description

PaletteAction

The action you want to compare with.

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