| 87 | PCGEX_INITIALIZE_ELEMENT(WriteGUID) |
| 88 | |
| 89 | bool FPCGExWriteGUIDElement::Boot(FPCGExContext* InContext) const |
| 90 | { |
| 91 | if (!FPCGExPointsProcessorElement::Boot(InContext)) { return false; } |
| 92 | |
| 93 | PCGEX_CONTEXT_AND_SETTINGS(WriteGUID) |
| 94 | |
| 95 | PCGEX_VALIDATE_NAME(Settings->Config.OutputAttributeName) |
| 96 | |
| 97 | return true; |
| 98 | } |
| 99 | |
| 100 | bool FPCGExWriteGUIDElement::ExecuteInternal(FPCGContext* InContext) const |
| 101 | { |
nothing calls this directly
no outgoing calls
no test coverage detected