Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UEdGraphSchema_K2
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h |
Include | #include "EdGraphSchema_K2.h" |
Syntax
class FPinTypeTreeInfo
Remarks
Class used for creating type tree selection info, which aggregates the various PC_* and PinSubtypes in the schema into a heirarchy
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bReadOnly | Whether or not this pin type is selectable as an actual type, or is just a category, with some subtypes |
![]() |
TArray< TSharedPtr< FPinTypeTreeInfo > > | Children | The children of this pin type |
![]() |
FText | FriendlyName | Friendly display name of pin type; also used to see if it has subtypes |
![]() |
FText | Tooltip | Text for regular tooltip |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FPinTypeTreeInfo
(
TSharedPtr< FPinTypeTreeInfo > InInfo |
||
![]() |
FPinTypeTreeInfo
(
const FName CategoryName, |
||
![]() |
FPinTypeTreeInfo
(
const FText& InFriendlyName, |
||
![]() |
FPinTypeTreeInfo
(
const FText& InFriendlyName, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FText | Returns a succinct menu description of this type | |
![]() |
const FEdGraphPinType & | GetPinType
(
bool bForceLoadedSubCategoryObject |
|
![]() ![]() |
uint8 | ||
![]() ![]() |
const FSoftObjectPath & | ||
![]() ![]() |
FText | GetToolTip () |
|
![]() |
void | SetPinSubTypeCategory
(
const FName SubCategory |