Navigation
Unreal Engine C++ API Reference > Runtime > Engine > EdGraph
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphPin.h |
Include | #include "EdGraph/EdGraphPin.h" |
Syntax
struct FSimpleMemberReference
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FGuid | MemberGuid | The Guid of the member |
![]() |
FName | MemberName | Name of the member |
![]() |
TObjectPtr< UObject > | MemberParent | Most often the Class that this member is defined in. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
UClass * | For backwards compatibility (when MemberParent used to exclusively be a class) | |
![]() |
void | Reset () |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | operator==
(
const FSimpleMemberReference& Other |