A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
InitializationEvent.h
Go to the documentation of this file.
1// Copyright(c) Pixo Group. All Rights Reserved.
2
3#pragma once
4
6#include "InitializationEvent.generated.h"
7
12UCLASS()
13class PIXOCORE_API UInitializationEvent : 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 we on init experience.