Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/TAccessPtr
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundAccessPtr.h |
| Include | #include "MetasoundAccessPtr.h" |
template<typename AccessPtrType, typename FunctionType>
AccessPtrType GetMemberAccessPtr
&40;
FunctionType InGetMember
&41; const
Remarks
Returns an access pointer to a member of the wrapped object.
Parameters
| Name | 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. |