FFavoritedBlueprintPaletteItem::operator==

Checks to see if this favorite matches the specified one.

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==
(
    FFavoritedBlueprintPaletteItem const & Rhs
) const

Remarks

Checks to see if this favorite matches the specified one.

Returns

True if this favorite matches the other one, false if not.

Parameters

Parameter

Description

Rhs

The other favorite 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