| 12 | PCGEX_INITIALIZE_ELEMENT(OffsetPath) |
| 13 | |
| 14 | bool FPCGExOffsetPathElement::Boot(FPCGExContext* InContext) const |
| 15 | { |
| 16 | if (!FPCGExPathProcessorElement::Boot(InContext)) { return false; } |
| 17 | |
| 18 | PCGEX_CONTEXT_AND_SETTINGS(OffsetPath) |
| 19 | |
| 20 | if (Settings->bCleanupPath && Settings->bFlagMutatedPoints) { PCGEX_VALIDATE_NAME(Settings->MutatedAttributeName) } |
| 21 | |
| 22 | return true; |
| 23 | } |
| 24 | |
| 25 | bool FPCGExOffsetPathElement::ExecuteInternal(FPCGContext* InContext) const |
| 26 | { |
nothing calls this directly
no outgoing calls
no test coverage detected