UBlueprintPaletteFavorites::RemoveFavorite

Removes the specified action to the current favorites list (if it's there).

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 RemoveFavorite
(
    [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FEdGraphSchemaAction](API\Runtime\Engine\EdGraph\FEdGraphSchemaAction) > PaletteAction
)

Remarks

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

Parameters

Name Description
PaletteAction The action you wish to remove.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library