Navigation
API > API/Editor > API/Editor/BlueprintGraph
| Name | FBlueprintActionUiSpec |
| Type | struct |
| Header File | /Engine/Source/Editor/BlueprintGraph/Public/BlueprintNodeSpawner.h |
| Include Path | #include "BlueprintNodeSpawner.h" |
Syntax
struct FBlueprintActionUiSpec
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| BlueprintNodeSpawner.h | |||
FBlueprintActionUiSpec
(
FBlueprintActionUiSpec&& Other |
BlueprintNodeSpawner.h | ||
FBlueprintActionUiSpec
(
const FBlueprintActionUiSpec& Other |
BlueprintNodeSpawner.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FBlueprintActionUiSpec() |
BlueprintNodeSpawner.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Category | FText | BlueprintNodeSpawner.h | ||
| DocExcerptTag | FString | BlueprintNodeSpawner.h | ||
| DocLink | FString | BlueprintNodeSpawner.h | ||
| Icon | FSlateIcon | BlueprintNodeSpawner.h | ||
| IconTint | FLinearColor | BlueprintNodeSpawner.h | ||
| Keywords | FText | BlueprintNodeSpawner.h | ||
| MenuName | FText | BlueprintNodeSpawner.h | ||
| Tooltip | FText | BlueprintNodeSpawner.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBlueprintActionUiSpec & operator=
(
FBlueprintActionUiSpec&& Other |
BlueprintNodeSpawner.h | ||
FBlueprintActionUiSpec & operator=
(
const FBlueprintActionUiSpec& Other |
BlueprintNodeSpawner.h |