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

Method Init

Source/PCGExtendedToolkit/Private/PCGExSorting.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#undef PCGEX_NAMESPACE
12
13bool FPCGExCollectionSortingDetails::Init(const FPCGContext* InContext)
14{
15 if (!bEnabled) { return true; }
16 return true;
17}
18
19void FPCGExCollectionSortingDetails::Sort(const FPCGContext* InContext, const TSharedPtr<PCGExData::FPointIOCollection>& InCollection) const
20{

Callers 1

InitPrimaryFiltersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected