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

Function GetTypeHash

Source/Flow/Public/Nodes/FlowPin.h:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 }
177
178 friend uint32 GetTypeHash(const FFlowPin& FlowPin)
179 {
180 return GetTypeHash(FlowPin.PinName);
181 }
182
183public:
184

Callers 2

GetTypeHashMethod · 0.85
GetRandomSeedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected