Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/KismetPins
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SBorder
- SGraphPin
- SGraphPinObject
- SGraphPinClass
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/KismetPins/SGraphPinClass.h |
| Include | #include "KismetPins/SGraphPinClass.h" |
Syntax
class SGraphPinClass : public SGraphPinObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowAbstractClasses | Whether abstract classes should be filtered out in the class viewer | |
| FAssetData | CachedEditorAssetData | Cached AssetData without the _C |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
||
| void | OnPickedNewClass
(
UClass* ChosenClass |
Called when a new class was picked via the asset picker. | |
| void | SetAllowAbstractClasses
(
bool bAllow |
Overridden from SGraphPinObject
| Type | Name | Description | |
|---|---|---|---|
| bool | Allow self pin widget | ||
| TSharedRef< SWidget > | Generate asset picker window | ||
| const FAssetData & | 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 | |
| FText | Get default text for the picker combo | ||
| FOnClicked | Delegate to be called when the use current selected item in asset browser button is clicked | ||
| FReply | OnClickUse () |
Clicked Use button |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |