FPinTypeTreeInfo

FPinTypeInfo.

Windows
MacOS
Linux

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

Name Description

Public variable

bool

 

bReadOnly

Whether or not this pin type is selectable as an actual type, or is just a category, with some subtypes

Public variable

TArray< TShared...

 

Children

The children of this pin type

Public variable

FText

 

FriendlyName

Friendly display name of pin type; also used to see if it has subtypes

Public variable

FText

 

Tooltip

Text for regular tooltip

Constructors

Name Description

Public function

FPinTypeTreeInfo

(
    TSharedPtr< FPinTypeTreeInfo > InIn...
)

Public function

FPinTypeTreeInfo

(
    const FName CategoryName,
    UObject* SubCategoryObject,
    const FText& InTooltip,
    bool bInReadOnly,
    uint8 InPossibleObjectReferenceType...
)

Public function

FPinTypeTreeInfo

(
    const FText& InFriendlyName,
    const FName CategoryName,
    const UEdGraphSchema_K2* Schem...,
    const FText& InTooltip,
    bool bInReadOnly,
    FTypesDatabase* TypesDatabase
)

Public function

FPinTypeTreeInfo

(
    const FText& InFriendlyName,
    const FName CategoryName,
    const FSoftObjectPath& SubCategory...,
    const FText& InTooltip,
    bool bInReadOnly,
    uint8 InPossibleObjectReferenceType...
)

Functions

Name Description

Public function Const

FText

 

GetDescription()

Returns a succinct menu description of this type

Public function

const FEdGra...

 

GetPinType

(
    bool bForceLoadedSubCategoryObject
)

Public function Const

uint8

 

GetPossibleObjectReferenceTypes()

Public function Const

FText

 

GetToolTip()

Public function

void

 

SetPinSubTypeCategory

(
    const FName SubCategory
)

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