Trigger & Relay Plugin 1.0.0
Easy signal setups done right
Loading...
Searching...
No Matches
FtsCounterRelay.h File Reference
#include "CoreMinimal.h"
#include "FtsNumericRelay.h"
#include "FtsCounterRelay.generated.h"

Classes

class  AFtsCounterRelay
 Relay that counts signals received from true triggers and emits a numbered signal itself. More...

Enumerations

enum class  EFtsCounterRelayBehavior : uint8 { Unbounded , WrapAround , StopCounting }
 Behavior for the counter relay when count is over the boundary. More...

Enumeration Type Documentation

◆ EFtsCounterRelayBehavior

enum class EFtsCounterRelayBehavior : uint8
strong

Behavior for the counter relay when count is over the boundary.

Enumerator
Unbounded 
WrapAround 
StopCounting