Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Engine/MemberReference.h |
Include |
#include "Engine/MemberReference.h" |
template<class TFieldType>
TFieldType * ResolveMember
(
UClass * SelfScope
) const
Returns the member FProperty/UFunction this reference is pointing to, or NULL if it no longer exists Derives 'self' scope from supplied Blueprint node if required Will check for redirects and fix itself up if one is found.