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

Function GetRandomSeed

Source/Flow/Public/Nodes/FlowNode.h:103–103  ·  view source on GitHub ↗

Returns a random seed suitable for this flow node, * by default based on the node Guid, * but may be overridden in subclasses to supply some other value. */

Source from the content-addressed store, hash-verified

101 * by default based on the node Guid,
102 * but may be overridden in subclasses to supply some other value. */
103 virtual int32 GetRandomSeed() const override { return GetTypeHash(NodeGuid); }
104
105 virtual const UFlowNode* GetParentNode() const override
106 {

Callers

nothing calls this directly

Calls 1

GetTypeHashFunction · 0.85

Tested by

no test coverage detected