| 22 | PCGEX_INITIALIZE_ELEMENT(DiscardSame) |
| 23 | |
| 24 | bool FPCGExDiscardSameElement::Boot(FPCGExContext* InContext) const |
| 25 | { |
| 26 | if (!FPCGExPointsProcessorElement::Boot(InContext)) { return false; } |
| 27 | |
| 28 | PCGEX_CONTEXT_AND_SETTINGS(DiscardSame) |
| 29 | |
| 30 | return true; |
| 31 | } |
| 32 | |
| 33 | bool FPCGExDiscardSameElement::ExecuteInternal(FPCGContext* InContext) const |
| 34 | { |
nothing calls this directly
no outgoing calls
no test coverage detected