Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Helper utility to test if we a datatype is copyable.
| Name | TIsCopyable |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDataTypeTraits.h |
| Include Path | #include "MetasoundFrontendDataTypeTraits.h" |
Syntax
template<typename TDataType>
struct TIsCopyable
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| bIsCopyAssignable | bool | MetasoundFrontendDataTypeTraits.h | |
| bIsCopyConstructible | bool | MetasoundFrontendDataTypeTraits.h | |
| Value | bool | MetasoundFrontendDataTypeTraits.h |