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

Method PollEvent

Source/PCGExtendedToolkit/Private/PCGExSubSystem.cpp:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void UPCGExSubSystem::PollEvent(UPCGComponent* InSource, const EPCGExSubsystemEventType InEventType, const uint32 InEventId)
100{
101 FWriteScopeLock WriteScopeLock(SubsystemLock);
102 bWantsTick = true;
103 PolledEvents.Add(PCGEx::FPolledEvent(InSource, InEventType, InEventId));
104}
105
106void UPCGExSubSystem::ExecuteBeginTickActions()
107{

Callers

nothing calls this directly

Calls 2

FPolledEventFunction · 0.85
AddMethod · 0.45

Tested by

no test coverage detected