A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
StreamingLevelsActionFinishedEvent.h
Go to the documentation of this file.
1// Copyright(c) Pixo Group. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
7#include "StreamingLevelsActionFinishedEvent.generated.h"
8
13UCLASS()
14class PIXOCORE_API UStreamingLevelsActionFinishedEvent : public UBaseEvent
15{
16 GENERATED_BODY()
17};
The UBaseEvent class serves as the base class for all events for our event-managers system....
Definition BaseEvent.h:83
Event called when manager finishes loading or unloading levels.