Trigger & Relay Plugin 1.0.0
Easy signal setups done right
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CAFtsAndRelayThis Relay takes two or more inputs and outputs true when all inputs are true
 CAFtsCountdownRelayWhen this relay gets an activation signal it outputs true for a set amount of time
 CAFtsCounterRelayRelay that counts signals received from true triggers and emits a numbered signal itself
 CAFtsCustomRelayBase class to create custom relay Blueprints
 CAFtsDelayRelayActivation and deactivation signals get delayed for follow-up listeners
 CAFtsEqualNumberRelayOutput is true if input equals comparison value
 CAFtsNotRelayInverts the value of the input signal
 CAFtsNumericRelayBase class for relays that support an internal number value
 CAFtsOrRelayTakes two or more inputs and becomes activated when any input activates
 CAFtsOscillatorRelayWhen activated this relay will turn on and off in regular intervals. This works by using a timer internally
 CAFtsToggleRelayBase class for relays that can support an on and off state
 CAFtsTriggerBoxA signal component based implementation of Unreal's box trigger. Is active as long as at least one overlapping actor is present
 CAFtsTriggerCapsuleA signal component based implementation of Unreal's capsule trigger. Is active as long as at least one overlapping actor is present
 CAFtsTriggerRelayThe trigger relay takes input signals and can modulate them into an output signal
 CAFtsTriggerSphereA signal component based implementation of Unreal's sphere trigger. Is active as long as at least one overlapping actor is present
 CFFtsBooleanTriggerSignalSignal that carries a boolean payload
 CFFtsIntegerTriggerSignalSignal tht carries an integer payload
 CFFtsTriggerObservationConfigConfig to hold trigger actor references
 CFFtsTriggersEditorModuleEditor module
 CFFtsTriggersEditorStyleClass holding the singleton editor slate style for the trigger plugin
 CFFtsTriggerSignalBase data packet for signals
 CFFtsTriggersModuleRuntime module
 CFtsTriggersBuild rules for the runtime module
 CFtsTriggersEditorBuild rules for the editor module
 CIFtsTriggerOwnerInterfaceInterface for objects owning trigger components
 CUFtsIntegerTriggerComponentVariant of the trigger component that holds an internal integer value
 CUFtsRelayListenerConnectionA custom spline mesh component that visualizes connections between Relays
 CUFtsToggleTriggerComponentVariant of the trigger component that holds a persistent state and emits signals on state change
 CUFtsTriggerListenerComponentListener component that can bind to any number of signal components
 CUFtsTriggerOwnerInterfaceInterface for objects owning trigger components
 CUFtsTriggersFunctionLibraryUtilities for accessing triggers and handling signals
 CUFtsTriggerSignalComponentComponent that holds a trigger delegate and can be told to broadcast a signal