Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGEx/PCGExtendedToolkit
/ IsValidStringTag
Function
IsValidStringTag
Source/PCGExtendedToolkit/Private/PCGEx.cpp:24–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
bool IsValidStringTag(const FString& Tag)
25
{
26
if (Tag.TrimStartAndEnd().IsEmpty()) { return false; }
27
return true;
28
}
29
30
double TruncateDbl(const double Value, const EPCGExTruncateMode Mode)
31
{
Callers
2
ExecuteInternal
Method · 0.85
Process
Method · 0.85
Calls
1
IsEmpty
Method · 0.45
Tested by
no test coverage detected