TAccessPtr::TAccessPtr

Creates an access pointer from another using a static cast.

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

Remarks

Creates an access pointer from another using a static cast.