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

Method FScope

Source/PCGExtendedToolkit/Private/PCGExMT.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 FScope::FScope(const int32 InStart, const int32 InCount, const int32 InLoopIndex)
37 : Start(InStart), Count(InCount), End(InStart + InCount), LoopIndex(InLoopIndex)
38 {
39 }
40
41 bool FScope::IsValid() const
42 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected