Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FFavoritedBlueprintPaletteItem > API/Editor/Kismet/FFavoritedBlueprintPaletteItem/op_cmp_eq
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Classes/BlueprintPaletteFavorites.h |
| Include | #include "BlueprintPaletteFavorites.h" |
| Source | /Engine/Source/Editor/Kismet/Private/BlueprintPaletteFavorites.cpp |
bool operator&61;&61;
&40;
FFavoritedBlueprintPaletteItem const & Rhs
&41; const
Remarks
Checks to see if this favorite matches the specified one. True if this favorite matches the other one, false if not.
Parameters
| Name | Description |
|---|---|
| Rhs | The other favorite you want to compare with. |