MCPcopy Create free account
hub / github.com/PCGEx/PCGExtendedToolkit / FPolledEvent

Function FPolledEvent

Source/PCGExtendedToolkit/Public/PCGExSubSystem.h:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

PollEventMethod · 0.85
PCGExSubSystem.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected