Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Inheritance Hierarchy
- IDataReference
- FAnyDataReference
- TDataReference
- TDataReadReference
- TDataValueReference
- TDataWriteReference
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataReference.h |
| Include | #include "MetasoundDataReference.h" |
Syntax
class IDataReference
Remarks
A Data Reference Interface.
A parameter references provides information and access to a shared object in the graph.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< IDataReference > | Clone () |
Creates a copy of the parameter type. | |
| const void *const | Returns the ID of the parameter type. | ||
| const FName & | Returns the name of the data type. | ||
| void * | GetRaw () |
Provides a raw pointer to the storage where the data actually resides. |
Constants
| Name | Description |
|---|---|
| RouterName |