UBlueprintPaletteFavorites::CanBeFavorited

Not all palette actions can be turned into a favorite. This method is meant to catch those cases.

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 CanBeFavorited
(
    TSharedPtr< FEdGraphSchemaAction > PaletteAction
) const

Remarks

Not all palette actions can be turned into a favorite. This method is meant to catch those cases.

Returns

True if the action can be turned into a favorite, false if 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