Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundAccessPtr.h |
Include |
#include "MetasoundAccessPtr.h" |
template<typename AccessPtrType, typename FunctionType>
AccessPtrType GetMemberAccessPtr
(
FunctionType InGetMember
) const
Returns an access pointer to a member of the wrapped object.
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. |