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

Function IsValidName

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

Source from the content-addressed store, hash-verified

14 bool IsPCGExAttribute(const FText& InText) { return IsPCGExAttribute(InText.ToString()); }
15
16 bool IsValidName(const FName Name) { return FPCGMetadataAttributeBase::IsValidName(Name) && !Name.IsNone(); }
17
18 FString StringTagFromName(const FName Name)
19 {

Callers 5

CompileMethod · 0.85
TagMethod · 0.85
FindMissingMethod · 0.85
BootMethod · 0.85
StageConstantMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected