FSimpleMemberReference

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphPin.h

Include

#include "EdGraph/EdGraphPin.h"

Syntax

struct FSimpleMemberReference

Variables

Name Description

Public variable

FGuid

 

MemberGuid

The Guid of the member

Public variable

FName

 

MemberName

Name of the member

Public variable

UObject *

 

MemberParent

Most often the Class that this member is defined in.

Constructors

Name Description

Public function

FSimpleMemberReference()

Functions

Name Description

Public function Const

UClass *

 

GetMemberParentClass()

For backwards compatibility (when MemberParent used to exclusively be a class)

Public function

void

 

Reset()

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FSimpleMemberReference& Othe...
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss