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

Method Append

Source/PCGExtendedToolkit/Private/Data/PCGExData.cpp:456–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454 }
455
456 uint64 FUnionMetadata::Append(const int32 Index, const int32 IOIndex, const int32 ItemIndex)
457 {
458 return Entries[Index]->Add(IOIndex, ItemIndex);
459 }
460
461 bool FUnionMetadata::IOIndexOverlap(const int32 InIdx, const TSet<int32>& InIndices)
462 {

Callers 15

StageOutputMethod · 0.45
CommitStagedOutputsMethod · 0.45
IsMatchingMethod · 0.45
BuildFromMethod · 0.45
ExecuteInternalMethod · 0.45
ExecuteTaskMethod · 0.45
InsertPointMethod · 0.45
InsertPoint_UnsafeMethod · 0.45
ProcessMethod · 0.45

Calls 1

AddMethod · 0.45

Tested by 1

BootMethod · 0.36