Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/TDataReadReference
| Type | Name | Description | |
|---|---|---|---|
| TDataReadReference< DataType > & | operator=
(
const TDataWriteReference< DataType >& Other |
Assign a readable parameter ref from a writable parameter ref. | |
| TDataReadReference< DataType > & | operator=
(
const TDataReadReference< DataType >& Other |
Enable copy operator | |
| TDataReadReference< DataType > & | operator=
(
TDataReadReference< DataType >&& Other |
Enable move operator |