TAccessPtr::TAccessPtr

Creates an access pointer from another using a const casts.

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 OtherType>
TAccessPtr
(
    const TAccessPtr< OtherType > & InOther,
    EConstCast InTag
)

Remarks

Creates an access pointer from another using a const casts.