MCPcopy Create free account
hub / github.com/MothCocoon/FlowGraph / HasErrors

Method HasErrors

Source/FlowEditor/Private/Graph/Nodes/FlowGraphNode.cpp:1690–1693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1688}
1689
1690bool UFlowGraphNode::HasErrors() const
1691{
1692 return ErrorMessage.Len() > 0 || !IsValid(NodeInstance);
1693}
1694
1695void UFlowGraphNode::ValidateGraphNode(FFlowMessageLog& MessageLog) const
1696{

Callers 1

Calls 1

IsValidFunction · 0.85

Tested by

no test coverage detected