Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FInputVertexInterfaceData
Description
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.
| Name | SetIsVertexInterfaceFrozen |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundVertexData.h |
| Include Path | #include "MetasoundVertexData.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundVertexData.cpp |
void SetIsVertexInterfaceFrozen
(
bool bInIsVertexInterfaceFrozen
)