| 36 | } |
| 37 | |
| 38 | bool FPCGExDestroyActorElement::Boot(FPCGExContext* InContext) const |
| 39 | { |
| 40 | if (!FPCGExPointsProcessorElement::Boot(InContext)) { return false; } |
| 41 | |
| 42 | PCGEX_CONTEXT_AND_SETTINGS(DestroyActor) |
| 43 | |
| 44 | return true; |
| 45 | } |
| 46 | |
| 47 | bool FPCGExDestroyActorElement::ExecuteInternal(FPCGContext* InContext) const |
| 48 | { |
nothing calls this directly
no outgoing calls
no test coverage detected