MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / HasConnection

Method HasConnection

Source/Engine/Visject/GraphNode.h:86–89  ·  view source on GitHub ↗

Returns true if box has one or more connections.

Source from the content-addressed store, hash-verified

84 /// Returns true if box has one or more connections.
85 /// </summary>
86 FORCE_INLINE bool HasConnection() const
87 {
88 return Connections.HasItems();
89 }
90};
91
92/// <summary>

Callers 15

GetValueMethod · 0.45
TryGetValueMethod · 0.45
ProcessGroupParticlesMethod · 0.45
ProcessGroupFunctionMethod · 0.45
ProcessGroupParticlesMethod · 0.45
ProcessGroupFunctionMethod · 0.45
GetValueMethod · 0.45
ProcessGroupTexturesMethod · 0.45
ProcessGroupToolsMethod · 0.45
ProcessGroupFunctionMethod · 0.45
ProcessGroupFlowMethod · 0.45

Calls 1

HasItemsMethod · 0.45

Tested by

no test coverage detected