SGraphPinClass

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

GraphEditor

Header

/Engine/Source/Editor/GraphEditor/Public/KismetPins/SGraphPinClass.h

Include

#include "KismetPins/SGraphPinClass.h"

Syntax

class SGraphPinClass : public SGraphPinObject

Variables

Name Description

Protected variable

bool

 

bAllowAbstractClasses

Whether abstract classes should be filtered out in the class viewer

Protected variable

FAssetData

 

CachedEditorAssetData

Cached AssetData without the _C

Functions

Name Description

Public function

void

 

Construct

(
    const FArguments& InArgs,
    UEdGraphPin* InGraphPinObj
)

Protected function

void

 

OnPickedNewClass

(
    UClass* ChosenClass
)

Called when a new class was picked via the asset picker.

Public function

void

 

SetAllowAbstractClasses

(
    bool bAllow
)

Overridden from SGraphPinObject

Name Description

Protected function Virtual Const

bool

 

AllowSelfPinWidget()

Allow self pin widget

Protected function Virtual

TSharedRef< ...

 

GenerateAssetPicker()

Generate asset picker window

Protected function Virtual Const

const FAsset...

 

GetAssetData

(
    bool bRuntimePath
)

Returns asset data of currently selected object, if bRuntimePath is true this will include _C for blueprint classes, for false it will point to UBlueprint instead

Protected function Virtual Const

FText

 

GetDefaultComboText()

Get default text for the picker combo

Protected function Virtual

FOnClicked

 

GetOnUseButtonDelegate()

Delegate to be called when the use current selected item in asset browser button is clicked

Protected function Virtual

FReply

 

OnClickUse()

Clicked Use button

Classes

Name

Description

Public struct

FArguments

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