#include <ARLifeCycleComponent.h>
|
| | DECLARE_MULTICAST_DELEGATE_TwoParams (FRequestSpawnARActorDelegate, UClass *, FGuid) |
| |
| | DECLARE_MULTICAST_DELEGATE_ThreeParams (FOnSpawnARActorDelegate, AARActor *, UARComponent *, FGuid) |
| |
| | DECLARE_MULTICAST_DELEGATE_OneParam (FRequestDestroyARActorDelegate, AARActor *) |
| |
| | DECLARE_DYNAMIC_MULTICAST_DELEGATE_ThreeParams (FInstanceARActorSpawnedDelegate, UClass *, ComponentClass, FGuid, NativeID, AARActor *, SpawnedActor) |
| |
| | DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam (FInstanceARActorToBeDestroyedDelegate, AARActor *, Actor) |
| |
◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam()
Called just before the AR actor is destroyed on the server
◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_ThreeParams()
Called when an AR actor is spawned on the server
◆ DECLARE_MULTICAST_DELEGATE_OneParam()
◆ DECLARE_MULTICAST_DELEGATE_ThreeParams()
◆ DECLARE_MULTICAST_DELEGATE_TwoParams()
◆ OnUnregister()
| void UARLifeCycleComponent::OnUnregister |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ OnARActorSpawnedDelegate
◆ OnARActorToBeDestroyedDelegate
◆ OnSpawnARActorDelegate
| UARLifeCycleComponent::FOnSpawnARActorDelegate UARLifeCycleComponent::OnSpawnARActorDelegate |
|
static |
◆ RequestDestroyARActorDelegate
| UARLifeCycleComponent::FRequestDestroyARActorDelegate UARLifeCycleComponent::RequestDestroyARActorDelegate |
|
static |
◆ RequestSpawnARActorDelegate
| UARLifeCycleComponent::FRequestSpawnARActorDelegate UARLifeCycleComponent::RequestSpawnARActorDelegate |
|
static |
The documentation for this class was generated from the following files: