A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
ClearExperienceEvent.h
Go to the documentation of this file.
1// Copyright(c) Pixo Group. All Rights Reserved.
2
3#pragma once
4
6#include "ClearExperienceEvent.generated.h"
7
12UCLASS()
13class PIXOCORE_API UClearExperienceEvent : public UBaseEvent
14{
15 GENERATED_BODY()
16};
The UBaseEvent class serves as the base class for all events for our event-managers system....
Definition BaseEvent.h:83
Event called when all players have left the experience, indicating that the experience should be clea...