Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FOutputVertexInterfaceData
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertexData.h |
| Include | #include "MetasoundVertexData.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundVertexData.cpp |
void SetIsVertexInterfaceFrozen
&40;
bool bInIsVertexInterfaceFrozen
&41;
Remarks
Set whether the vertex interface is frozen or not.
If frozen, attempts to access vertices which do not already exist will result in an error.
If not frozen, attempts to bind to a missing vertex will automatically add the missing vertex.