Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/UBlueprintPaletteFavorites
Description
Removes the specified action to the current favorites list (if it's there). Will also convert the user's profile to a custom one (if it isn't already).
| Name | RemoveFavorite |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Classes/BlueprintPaletteFavorites.h |
| Include Path | #include "BlueprintPaletteFavorites.h" |
| Source | /Engine/Source/Editor/Kismet/Private/BlueprintPaletteFavorites.cpp |
void RemoveFavorite
(
TSharedPtr< FEdGraphSchemaAction > PaletteAction
)
Parameters
| Name | Remarks |
|---|---|
| PaletteAction | The action you wish to remove. |