UBlueprintPaletteFavorites::IsFavorited

This method can be used to see if a specified action is already favorited by the user.

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

bool IsFavorited
(
    TSharedPtr< FEdGraphSchemaAction > PaletteAction
) const

Remarks

This method can be used to see if a specified action is already favorited by the user.

Returns

True if this action is already favorited, false if it not.

Parameters

Parameter

Description

PaletteAction

The action you wish to check.

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