Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FMemberReference
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TFieldType * ResolveMember
(
UBlueprint* SelfScope |
ResolveMember overload for UBlueprint, uses the skeleton class so it can be more up to date | Engine/MemberReference.h | |
TFieldType * ResolveMember
(
UClass* SelfScope, |
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 (when WITH_EDITOR, or when bAlwaysFollowRedirects is true). | Engine/MemberReference.h | |
UFunction * ResolveMember
(
UClass* SelfScope, |
Engine/MemberReference.h |
ResolveMember(UBlueprint *)
Description
ResolveMember overload for UBlueprint, uses the skeleton class so it can be more up to date
| Name | ResolveMember |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/MemberReference.h |
| Include Path | #include "Engine/MemberReference.h" |
template<class TFieldType>
TFieldType * ResolveMember
(
UBlueprint * SelfScope
)
ResolveMember(UClass *, const bool)
Description
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 (when WITH_EDITOR, or when bAlwaysFollowRedirects is true).
| Name | ResolveMember |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/MemberReference.h |
| Include Path | #include "Engine/MemberReference.h" |
template<class TFieldType>
TFieldType * ResolveMember
(
UClass * SelfScope,
const bool bAlwaysFollowRedirects
) const
ResolveMember(UClass *, const bool)
| Name | ResolveMember |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/MemberReference.h |
| Include Path | #include "Engine/MemberReference.h" |
template<>
UFunction * ResolveMember
(
UClass * SelfScope,
const bool bAlwaysFollowRedirects
) const