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