v1.2.26
Documentation for the Unreal C++ Plugin
Loading...
Searching...
No Matches
FadeInEvent.cpp
Go to the documentation of this file.
1
// Copyright(c) Pixo Group. All Rights Reserved.
2
3
#include "
EventSystem/Events/Fade/FadeInEvent.h
"
4
5
void
UFadeInEvent::Initialize
(APlayerController* NewExecutor, TFunction<
void
()>&& NewCallback,
float
NewFadeInDuration)
6
{
7
Super::Initialize(NewExecutor, MoveTemp(NewCallback));
8
FadeInDuration
= NewFadeInDuration;
9
}
FadeInEvent.h
UFadeInEvent::Initialize
void Initialize(APlayerController *NewExecutor, TFunction< void()> &&NewCallback, float NewFadeInDuration)
Definition
FadeInEvent.cpp:5
UFadeInEvent::FadeInDuration
float FadeInDuration
UPROPERTY()
Definition
FadeInEvent.h:26
PixoCore
Source
PixoCore
Private
EventSystem
Events
Fade
FadeInEvent.cpp
Generated
Wed Oct 9 2024 19:40:16
by Doxygen version
1.10.0