Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FWeakGraphPinPtr
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor | EdGraphUtilities.h | ||
FWeakGraphPinPtr
(
const FWeakGraphPinPtr& OtherPinPtr |
Construct from another weak pointer | EdGraphUtilities.h | |
FWeakGraphPinPtr
(
const UEdGraphPin* Pin |
Construct from a UEdGraphPin object pointer | EdGraphUtilities.h |
FWeakGraphPinPtr()
Description
Default constructor
| Name | FWeakGraphPinPtr |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EdGraphUtilities.h |
| Include Path | #include "EdGraphUtilities.h" |
FWeakGraphPinPtr()
FWeakGraphPinPtr(const FWeakGraphPinPtr &)
Description
Construct from another weak pointer
| Name | FWeakGraphPinPtr |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EdGraphUtilities.h |
| Include Path | #include "EdGraphUtilities.h" |
FWeakGraphPinPtr
(
const FWeakGraphPinPtr & OtherPinPtr
)
FWeakGraphPinPtr(const class UEdGraphPin *)
Description
Construct from a UEdGraphPin object pointer
| Name | FWeakGraphPinPtr |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EdGraphUtilities.h |
| Include Path | #include "EdGraphUtilities.h" |
FWeakGraphPinPtr
(
const class UEdGraphPin * Pin
)