Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/UBlueprintPaletteFavorites
Description
Adds the specified action to the current favorites list (fails if the action action can't be favorited, or if the favorite already exists). Will also convert the user's profile to a custom one (if it isn't already).
| Name | AddFavorite |
| 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 AddFavorite
(
TSharedPtr< FEdGraphSchemaAction > PaletteAction
)
Parameters
| Name | Remarks |
|---|---|
| PaletteAction | The action you wish to add. |