#include "CoreMinimal.h"
#include "GameFramework/Actor.h"
#include "Agrarsense/Managers/SimulationState.h"
#include "Agrarsense/Managers/SimulationPhase.h"
#include "Agrarsense/Spectator/LevelTeleportLocation.h"
#include "SimulationLevelManager.generated.h"
Go to the source code of this file.
◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam() [1/2]
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam |
( |
FSimulationPhaseChanged |
, |
|
|
ESimulationPhase |
, |
|
|
phase |
|
|
) |
| |
◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam() [2/2]
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam |
( |
FSimulationStateChanged |
, |
|
|
ESimulationState |
, |
|
|
state |
|
|
) |
| |