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

Method IsLocked

Source/FlowEditor/Private/Graph/FlowGraph.cpp:463–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461}
462
463bool UFlowGraph::IsLocked() const
464{
465 return bLockUpdates;
466}
467
468void UFlowGraph::LockUpdates()
469{

Callers 2

CanReconstructNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected