Main Menu
Documentation
ApexSDK - Unreal
Multiplayer - Unreal
Platform - Unreal
UnrealEngineSDK
UnrealEngineSDK Demo
ApexSDK - Unity
UnityEngineSDK
UnrealEngineSDK Demo
A Demo Project for the UnrealEngineSDK
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
x
y
z
Functions
_
c
d
e
f
g
i
j
m
p
r
s
t
u
Variables
a
b
c
d
f
h
i
j
l
m
n
o
p
r
s
t
Enumerations
Enumerator
a
b
c
d
f
g
l
m
n
o
p
r
s
t
u
v
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
c
f
s
t
v
Enumerations
Enumerator
a
b
c
d
e
h
l
m
n
s
u
v
w
Properties
Related Symbols
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Variables
Typedefs
f
p
t
Enumerations
a
b
e
Enumerator
Macros
a
c
d
e
f
i
l
m
n
p
r
s
t
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
NewStoryLoadedEvent.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"
6
#include "
EventSystem/Events/BaseEvent.h
"
7
#include "
Story/StoryManager.h
"
8
#include "NewStoryLoadedEvent.generated.h"
9
14
UCLASS()
15
class PIXOCORE_API
UNewStoryLoadedEvent
: public
UBaseEvent
16
{
17
GENERATED_BODY()
18
19
public:
20
void
Initialize(
APlayerController
* NewExecutor,
FStoryStep
currentStep,
bool
stepCompleted);
21
22
FStoryStep
CurrentStep;
23
bool
StepCompleted;
24
};
17
GENERATED_BODY() {
…
};
BaseEvent.h
StoryManager.h
APlayerController
UBaseEvent
The UBaseEvent class serves as the base class for all events for our event-managers system....
Definition
BaseEvent.h:83
UBaseEvent::Initialize
void Initialize(APlayerController *NewExecutor)
Definition
BaseEvent.cpp:10
UNewStoryLoadedEvent
Event called when new story is loaded.
Definition
NewStoryLoadedEvent.h:18
UNewStoryLoadedEvent::GENERATED_BODY
GENERATED_BODY()
UNewStoryLoadedEvent::CurrentStep
FStoryStep CurrentStep
Definition
NewStoryLoadedEvent.h:24
UNewStoryLoadedEvent::StepCompleted
bool StepCompleted
Definition
NewStoryLoadedEvent.h:25
FStoryStep
USTRUCT(BlueprintType)
Definition
StoryManager.h:19
SDKDemo
Plugins
UnrealEngineSDK
PixoCore
Source
PixoCore
Public
EventSystem
Events
Story
NewStoryLoadedEvent.h
Generated
Fri Mar 28 2025 16:18:16
by Doxygen version
1.10.0