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

Method Init

Source/PCGExtendedToolkit/Private/Data/PCGExFilterGroup.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace PCGExFilterGroup
10{
11 bool FFilterGroup::Init(FPCGExContext* InContext, const TSharedPtr<PCGExData::FFacade>& InPointDataFacade)
12 {
13 PointDataFacade = InPointDataFacade;
14 return InitManaged(InContext);
15 }
16
17 bool FFilterGroup::Init(FPCGExContext* InContext, const TSharedRef<PCGExCluster::FCluster>& InCluster, const TSharedRef<PCGExData::FFacade>& InPointDataFacade, const TSharedRef<PCGExData::FFacade>& InEdgeDataFacade)
18 {

Callers 1

InitManagedFilterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected