FFavoritedBlueprintPaletteItem::FFavoritedBlueprintPaletteItem

Constructs a favorite from the specified palette action (some palette actions cannot be favorited, so make sure to check its validity).

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

FFavoritedBlueprintPaletteItem
(
    TSharedPtr< FEdGraphSchemaAction > PaletteAction
)

Remarks

Constructs a favorite from the specified palette action (some palette actions cannot be favorited, so make sure to check its validity).

Parameters

Parameter

Description

PaletteAction

The action you wish to favorite.

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