Trigger & Relay Plugin 1.0.0
Easy signal setups done right
Loading...
Searching...
No Matches
FtsTriggerSignalComponent.h File Reference
#include "CoreMinimal.h"
#include "Components/ActorComponent.h"
#include "InstancedStruct.h"
#include "FtsTriggerSignalComponent.generated.h"

Classes

class  UFtsTriggerSignalComponent
 Component that holds a trigger delegate and can be told to broadcast a signal. More...

Functions

 DECLARE_LOG_CATEGORY_EXTERN (LogFtsTriggerSignal, Log, All)
 DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam (FFtsTriggerSignalEmitted, const FInstancedStruct &, Signal)
 DECLARE_DYNAMIC_DELEGATE_OneParam (FFtsTriggerSignalEmittedDelegate, const FInstancedStruct &, Signal)

Function Documentation

◆ DECLARE_DYNAMIC_DELEGATE_OneParam()

DECLARE_DYNAMIC_DELEGATE_OneParam ( FFtsTriggerSignalEmittedDelegate ,
const FInstancedStruct & ,
Signal  )

◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam()

DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam ( FFtsTriggerSignalEmitted ,
const FInstancedStruct & ,
Signal  )

◆ DECLARE_LOG_CATEGORY_EXTERN()

DECLARE_LOG_CATEGORY_EXTERN ( LogFtsTriggerSignal ,
Log ,
All  )