|
Trigger & Relay Plugin 1.0.0
Easy signal setups done right
|
#include "CoreMinimal.h"#include "FtsTriggerSignalComponent.h"#include "Components/ActorComponent.h"#include "InstancedStruct.h"#include "FtsTriggerListenerComponent.generated.h"Classes | |
| struct | FFtsTriggerObservationConfig |
| Config to hold trigger actor references. More... | |
| class | UFtsTriggerListenerComponent |
| Listener component that can bind to any number of signal components. More... | |
Functions | |
| DECLARE_LOG_CATEGORY_EXTERN (LogFtsTriggerListener, Log, All) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams (FFtsTriggerListenerDelegate, UFtsTriggerListenerComponent *, Listener, const FInstancedStruct &, Signal) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams | ( | FFtsTriggerListenerDelegate | , |
| UFtsTriggerListenerComponent * | , | ||
| Listener | , | ||
| const FInstancedStruct & | , | ||
| Signal | ) |
| DECLARE_LOG_CATEGORY_EXTERN | ( | LogFtsTriggerListener | , |
| Log | , | ||
| All | ) |