Navigation
API > API/Plugins > API/Plugins/TextureGraphEditor
| Name | FTG_PinSelectionManager |
| Type | class |
| Header File | /Engine/Plugins/TextureGraph/Source/TextureGraphEditor/Public/EdGraph/TG_PinSelectionManager.h |
| Include Path | #include "EdGraph/TG_PinSelectionManager.h" |
Syntax
class FTG_PinSelectionManager : public FGCObject
Inheritance Hierarchy
- FGCObject → FTG_PinSelectionManager
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnPinSelectionUpdated | TMulticastDelegate_OneParam< void, UEdGraphPin * > | EdGraph/TG_PinSelectionManager.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnPinSelectionUpdated | FOnPinSelectionUpdated | EdGraph/TG_PinSelectionManager.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UpdateSelection
(
UEdGraphPin* Pin |
EdGraph/TG_PinSelectionManager.h |
Overridden from FGCObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddReferencedObjects
(
FReferenceCollector& Collector |
EdGraph/TG_PinSelectionManager.h | ||
virtual FString GetReferencerName() |
EdGraph/TG_PinSelectionManager.h |