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

Method FilterAll

Source/PCGExtendedToolkit/Private/PCGExPointsMT.cpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 }
186
187 void FPointsProcessor::FilterAll()
188 {
189 FilterScope(PCGExMT::FScope(0, PointDataFacade->GetNum()));
190 }
191
192 FPointsProcessorBatchBase::FPointsProcessorBatchBase(FPCGExContext* InContext, const TArray<TWeakPtr<PCGExData::FPointIO>>& InPointsCollection)
193 : ExecutionContext(InContext), PointsCollection(InPointsCollection)

Callers

nothing calls this directly

Calls 2

FScopeClass · 0.85
GetNumMethod · 0.80

Tested by

no test coverage detected