Navigation
API > API/Plugins > API/Plugins/MetaHumanCaptureUtils > API/Plugins/MetaHumanCaptureUtils/FCaptureEventSourceWithLimiter
Description
Always publishes the event while completely ignoring the threshold mechanism. If you want to force publishing of an event AND update the "last publish" timestamp, please use PublishIfThresholdReached(true, ...)
| Name | PublishEventIgnoreThresholdPtr |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureUtils/Public/Async/EventSourceUtils.h |
| Include Path | #include "Async/EventSourceUtils.h" |
void PublishEventIgnoreThresholdPtr
(
TSharedPtr < const FCaptureEvent > InEvent
)