Navigation
API > API/Editor > API/Editor/BlueprintGraph
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node.h |
| Include | #include "K2Node.h" |
Syntax
struct FOptionalPinFromProperty
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8: 1 | bCanToggleVisibility | ||
| uint8: 1 | bHasOverridePin | ||
| uint8: 1 | bIsMarkedForAdvancedDisplay | ||
| uint8: 1 | bIsOverrideEnabled | TRUE if the override value is enabled for use | |
| uint8: 1 | bIsOverridePinVisible | TRUE if the override pin is visible | |
| uint8: 1 | bIsSetValuePinVisible | TRUE if the override value should be set through this pin | |
| uint8: 1 | bPropertyIsCustomized | ||
| uint8: 1 | bShowPin | ||
| FName | CategoryName | ||
| FString | PropertyFriendlyName | ||
| FName | PropertyName | ||
| FText | PropertyTooltip |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOptionalPinFromProperty
(
FName InPropertyName, |