FMemberReference::GetScope

Returns the scope for the current member.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/MemberReference.h

Include

#include "Engine/MemberReference.h"

Syntax

UClass * GetScope
(
    UClass * SelfScope
) const

Remarks

Returns the scope for the current member. This will vary based on whether or not this member uses the self context or not.