Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FFavoritedBlueprintPaletteItem
| Type | Name | Description | |
|---|---|---|---|
FFavoritedBlueprintPaletteItem
(
FString const& SerializedAction |
Sometime favorites can be coming from user edited .ini files, so this converts that readable text into a favorite (since the strings are user generated, there could be some error, so sure to check its validity). | ||
FFavoritedBlueprintPaletteItem
(
TSharedPtr< FEdGraphSchemaAction > PaletteAction |
Constructs a favorite from the specified palette action (some palette actions cannot be favorited, so make sure to check its validity). | ||
FFavoritedBlueprintPaletteItem
(
UBlueprintNodeSpawner const* BlueprintAction |