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