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

Function IsPCGExAttribute

Source/PCGExtendedToolkit/Private/PCGEx.cpp:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace PCGEx
9{
10 bool IsPCGExAttribute(const FString& InStr) { return InStr.StartsWith(PCGExPrefix); }
11
12 bool IsPCGExAttribute(const FName InName) { return IsPCGExAttribute(InName.ToString()); }
13

Callers 4

AddSourceMethod · 0.85
CompleteWorkMethod · 0.85
GetBufferFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected