UBlueprintPaletteFavorites::AddFavorite

Adds the specified action to the current favorites list (fails if the action action can't be favorited, or if the favorite already exists).

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

void AddFavorite
(
    TSharedPtr< FEdGraphSchemaAction > PaletteAction
)

Remarks

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).

Parameters

Parameter

Description

PaletteAction

The action you wish to add.

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