| 12 | PCGEX_INITIALIZE_ELEMENT(RefreshSeed) |
| 13 | |
| 14 | bool FPCGExRefreshSeedElement::Boot(FPCGExContext* InContext) const |
| 15 | { |
| 16 | if (!FPCGExPointsProcessorElement::Boot(InContext)) { return false; } |
| 17 | |
| 18 | PCGEX_CONTEXT_AND_SETTINGS(RefreshSeed) |
| 19 | |
| 20 | return true; |
| 21 | } |
| 22 | |
| 23 | bool FPCGExRefreshSeedElement::ExecuteInternal(FPCGContext* InContext) const |
| 24 | { |
nothing calls this directly
no outgoing calls
no test coverage detected