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

Function Prepare

Source/PCGExtendedToolkit/Public/PCGExFactoryProvider.h:108–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107 virtual bool WantsPreparation(FPCGExContext* InContext) { return false; }
108 virtual bool Prepare(FPCGExContext* InContext) { return true; }
109
110protected:
111 virtual void InitializeFromPCGExData(const UPCGExPointData* InPCGExPointData, const PCGExData::EIOInit InitMode) override;

Callers 15

PrepareMethod · 0.85
PrepareMethod · 0.85
PrepareMethod · 0.85
PrepareMethod · 0.85
PrepareMethod · 0.85
PrepareMethod · 0.85
PrepareMethod · 0.85
PrepareMethod · 0.85
PrepareMethod · 0.85
PrepareMethod · 0.85
PrepareMethod · 0.85
PrepareMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected