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