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

Method IsValid

Source/PCGExtendedToolkit/Private/PCGExMT.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 bool FScope::IsValid() const
42 {
43 return Start != -1 && Count > 0;
44 }
45
46 int32 FScope::GetNextScopeIndex() const
47 {

Callers 7

CancelAssetLoadingMethod · 0.45
IsAvailableMethod · 0.45
TryGetAttributeNameFunction · 0.45
InitializeContextMethod · 0.45
TryGetTypeAndSourceFunction · 0.45
IsAvailableMethod · 0.45
DeferredCallbackFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected