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

Method Add

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

Source from the content-addressed store, hash-verified

414 }
415
416 uint64 FUnionData::Add(const int32 IOIndex, const int32 PointIndex)
417 {
418 const uint64 H = PCGEx::H64(IOIndex, PointIndex);
419
420 {
421 FWriteScopeLock WriteScopeLock(UnionLock);
422 IOIndices.Add(IOIndex);
423 ItemHashSet.Add(H);
424 }
425
426 return H;
427 }
428
429 void FUnionData::Add(const int32 IOIndex, const TArray<int32>& PointIndices)
430 {

Callers 15

GetTargetGraphPinsMethod · 0.45
BootMethod · 0.45
ProcessMethod · 0.45
GatherActorsMethod · 0.45
AddValidComponentMethod · 0.45
IsUniqueStartHalfEdgeMethod · 0.45
IsUniqueCellHashMethod · 0.45
BuildFromClusterMethod · 0.45
ProcessMethod · 0.45
FindCellMethod · 0.45

Calls 1

H64Function · 0.50

Tested by

no test coverage detected