FPinTypeTreeInfo

Overload list

Unreal Engine C++ API Reference > Editor > BlueprintGraph > UEdGraphSchema_K2 > FPinTypeTreeInfo

  Type Name Description
Private function    
Public function    
Public function  

FPinTypeTreeInfo ( const FName CategoryName,
UObject* SubCategoryObject,
const FText& InTooltip,
bool bInReadOnly,
uint8 InPossibleObjectReferenceTypes
)

 
Public function  

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

 
Public function  

FPinTypeTreeInfo ( const FText& InFriendlyName,
const FName CategoryName,
const FSoftObjectPath& SubCategoryObject,
const FText& InTooltip,
bool bInReadOnly,
uint8 InPossibleObjectReferenceTypes
)

 

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page