Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FDataReferenceCollection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ContainsDataWriteReference
(
const FVertexName& InName |
Query whether a writable data reference is within the collection. | MetasoundDataReferenceCollection.h | |
bool ContainsDataWriteReference
(
const FVertexName& InName, |
Query whether a writable data reference is within the collection. | MetasoundDataReferenceCollection.h |
ContainsDataWriteReference(const FVertexName &)
Description
Query whether a writable data reference is within the collection.
| Name | ContainsDataWriteReference |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataReferenceCollection.h |
| Include Path | #include "MetasoundDataReferenceCollection.h" |
template<typename DataType>
bool ContainsDataWriteReference
(
const FVertexName & InName
) const
True if the data exists in the collection. False otherwise.
Parameters
| Name | Remarks |
|---|---|
| InName | Name of the data. |
ContainsDataWriteReference(const FVertexName &, const FName &)
Description
Query whether a writable data reference is within the collection.
| Name | ContainsDataWriteReference |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataReferenceCollection.h |
| Include Path | #include "MetasoundDataReferenceCollection.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundDataReferenceCollection.cpp |
bool ContainsDataWriteReference
(
const FVertexName & InName,
const FName & InTypeName
) const
True if the data exists in the collection. False otherwise.
Parameters
| Name | Remarks |
|---|---|
| InName | Name of the data. |
| InTypeName | TypeName of teh data. |