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

Method Sort

Source/PCGExtendedToolkit/Private/Data/PCGExPointIO.cpp:422–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420 }
421
422 void FPointIOCollection::Sort()
423 {
424 TRACE_CPUPROFILER_EVENT_SCOPE(FPointIOCollection::Sort);
425 Pairs.Sort([](const TSharedPtr<FPointIO>& A, const TSharedPtr<FPointIO>& B) { return A->IOIndex < B->IOIndex; });
426 }
427
428 FBox FPointIOCollection::GetInBounds() const
429 {

Callers 15

SortEndpointsMethod · 0.45
CompileMethod · 0.45
PostGrowMethod · 0.45
ProcessMethod · 0.45
SortQueueMethod · 0.45
CollapseCrossingMethod · 0.45
CrossBlendPointMethod · 0.45
OnCompilationCompleteMethod · 0.45
PostInitMethod · 0.45
PostInitManagedMethod · 0.45

Calls

no outgoing calls

Tested by 1

TagWithPickersMethod · 0.36