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