TAccessPtr::GetMemberAccessPtr

Returns an access pointer to a member of the wrapped object.

Choose your operating system:

Windows

macOS

Linux

References

Module

MetasoundFrontend

Header

/Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundAccessPtr.h

Include

#include "MetasoundAccessPtr.h"

Syntax

template<typename AccessPtrType, typename FunctionType>
AccessPtrType GetMemberAccessPtr
(
    FunctionType InGetMember
) const

Remarks

Returns an access pointer to a member of the wrapped object.

Parameters

Parameter

Description

AccessPtrType

The access pointer type to return.

FunctionType

A type which is callable accepts a reference to the wrapped object and returns a pointer to the member.

InGetMember

A FunctionType accepts a reference to the wrapped object and returns a pointer to the member.