| 19 | PCGEX_INITIALIZE_ELEMENT(BlendPath) |
| 20 | |
| 21 | bool FPCGExBlendPathElement::Boot(FPCGExContext* InContext) const |
| 22 | { |
| 23 | if (!FPCGExPathProcessorElement::Boot(InContext)) { return false; } |
| 24 | |
| 25 | PCGEX_CONTEXT_AND_SETTINGS(BlendPath) |
| 26 | |
| 27 | return true; |
| 28 | } |
| 29 | |
| 30 | bool FPCGExBlendPathElement::ExecuteInternal(FPCGContext* InContext) const |
| 31 | { |
nothing calls this directly
no outgoing calls
no test coverage detected