| 39 | FPolledEvent() = default; |
| 40 | |
| 41 | FPolledEvent(UPCGComponent* InSource, const EPCGExSubsystemEventType InType, const uint32 InEventId) |
| 42 | : Source(InSource), Type(InType), EventId(InEventId) |
| 43 | { |
| 44 | } |
| 45 | |
| 46 | ~FPolledEvent() = default; |
| 47 |
no outgoing calls
no test coverage detected