A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
UWBP_DispatchStatus_C.h
Go to the documentation of this file.
1#pragma once
12{
13
14protected:
16 FOnPressedEvac OnPressedEvac;
17 FOnBackButtonPressed OnBackButtonPressed;
18
19private:
421 void EventGraph(); //"Event Graph"
487 void OnPressedEvac(); //"On Pressed Evac"
553 void OnBackButtonPressed(); //"On Back Button Pressed"
554};
555
A blueprint class with 2 graphs.
A blueprint class with 3 graphs.
FOnPressedEvac OnPressedEvac
On Pressed Evac.
ABP_DispatchWrapper_C * DispatchWrapper
Dispatch Wrapper.
FOnBackButtonPressed OnBackButtonPressed
On Back Button Pressed.