Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1690
bool UFlowGraphNode::HasErrors() const
1691
{
1692
return ErrorMessage.Len() > 0 || !IsValid(NodeInstance);
1693
}
1694
1695
void UFlowGraphNode::ValidateGraphNode(FFlowMessageLog& MessageLog) const
1696
{
Callers
1
UpdateFlowGraphNodeErrorMessage
Method · 0.80
Calls
1
IsValid
Function · 0.85
Tested by
no test coverage detected