Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CancelAssetLoading
Method · 0.45
IsAvailable
Method · 0.45
TryGetAttributeName
Function · 0.45
InitializeContext
Method · 0.45
TryGetTypeAndSource
Function · 0.45
IsAvailable
Method · 0.45
DeferredCallback
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected