UBlueprintPaletteFavorites::RemoveFavorites

Remove the specified actions from the current favorites list.

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 RemoveFavorites
(
    TArray< TSharedPtr< FEdGraphSchemaAction > > PaletteActions
)

Remarks

Remove the specified actions from the current favorites list. Will also convert the user's profile to a custom one (if it isn't already).

Parameters

Parameter

Description

PaletteActions

An array of action you wish to remove.

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