| 21 | bool UPCGExGetGUIDSettings::GetIsMainTransactional() const { return true; } |
| 22 | |
| 23 | bool FPCGExGetGUIDElement::Boot(FPCGExContext* InContext) const |
| 24 | { |
| 25 | if (!FPCGExPointsProcessorElement::Boot(InContext)) { return false; } |
| 26 | |
| 27 | PCGEX_CONTEXT_AND_SETTINGS(GetGUID) |
| 28 | |
| 29 | PCGEX_VALIDATE_NAME(Settings->Config.OutputAttributeName) |
| 30 | |
| 31 | return true; |
| 32 | } |
| 33 | |
| 34 | bool FPCGExGetGUIDElement::ExecuteInternal(FPCGContext* InContext) const |
| 35 | { |
nothing calls this directly
no outgoing calls
no test coverage detected