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

Method Append

Source/PCGExtendedToolkit/Private/Data/PCGExDataTag.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 void FTags::Append(const TSharedRef<FTags>& InTags)
94 {
95 Append(InTags->FlattenToArray());
96 }
97
98 void FTags::Append(const TArray<FString>& InTags)
99 {

Callers 2

DumpToMethod · 0.45
FlattenMethod · 0.45

Calls 1

FlattenToArrayMethod · 0.80

Tested by

no test coverage detected