UBlueprintPaletteFavorites::RemoveFavorites

Remove the specified actions from the current favorites list.

Unreal Engine C++ API Reference > Editor > Kismet > UBlueprintPaletteFavorites

References

   
Module Kismet
Header /Engine/Source/Editor/Kismet/Classes/BlueprintPaletteFavorites.h
Include #include "BlueprintPaletteFavorites.h"
Source /Engine/Source/Editor/Kismet/Private/BlueprintPaletteFavorites.cpp
void RemoveFavorites
(
    [TArray](API\Runtime\Core\Containers\TArray)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FEdGraphSchemaAction](API\Runtime\Engine\EdGraph\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

Name Description
PaletteActions An array of action you wish to remove.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library