MCPcopy Create free account
hub / github.com/PCGEx/PCGExtendedToolkit / FIntTracker

Function FIntTracker

Source/PCGExtendedToolkit/Public/PCGExHelpers.h:238–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236 }
237
238 explicit FIntTracker(TFunction<void()>&& InStartFn, TFunction<void()>&& InThresholdFn)
239 {
240 StartFn = InStartFn;
241 ThresholdFn = InThresholdFn;
242 }
243
244 ~FIntTracker() = default;
245

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected