Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
EDataReferenceAccessType describes the underlying data reference access type for a data reference contained in a FAnyDataReference.
This value can be used to determine which methods are supported for accessing a data reference using GetDataReadReference<>() or GetDataWriteReference<>()
| Name | Metasound::EDataReferenceAccessType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataReference.h |
| Include Path | #include "MetasoundDataReference.h" |
Syntax
namespace Metasound
{
enum EDataReferenceAccessType
{
None = 0x00,
Read = 0x01,
Write = 0x02,
Value = 0x04,
}
}
Values
| Name | Remarks |
|---|---|
| None | |
| Read | |
| Write | |
| Value |