MCPcopy 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

ExecuteInternalMethod · 0.85
ProcessMethod · 0.85

Calls 1

IsEmptyMethod · 0.45

Tested by

no test coverage detected