Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FMetaSoundFrontendDocumentBuilde-
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocumentBuilder.h |
| Include | #include "MetasoundFrontendDocumentBuilder.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundFrontendDocumentBuilder.cpp |
bool SetGraphOutputDataType
(
FName OutputName,
FName DataType
)
Remarks
Sets the given graph output's data type. If connected to other nodes, associated edges/connections are removed. Returns true if either DataType was successfully set to new value or if DataType is already the given DataType.