A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
UWBP_DispatchStatus_C Class ReferenceBlueprint

A blueprint class with 3 graphs. More...

#include "/PixoTutorial/Blueprints/UI/WBP_DispatchStatus"

Inheritance diagram for UWBP_DispatchStatus_C:
[legend]

Protected Attributes

ABP_DispatchWrapper_CDispatchWrapper
 Dispatch Wrapper.
 
FOnBackButtonPressed OnBackButtonPressed
 On Back Button Pressed.
 
FOnPressedEvac OnPressedEvac
 On Pressed Evac.
 

Private Member Functions

void EventGraph ()
 
void OnBackButtonPressed ()
 
void OnPressedEvac ()
 

Detailed Description

A blueprint class with 3 graphs.

UDF Path:  /PixoTutorial /Blueprints /UI /WBP_DispatchStatus
Config: Config/DefaultEngine.ini

Definition at line 11 of file UWBP_DispatchStatus_C.h.

Member Function Documentation

◆ EventGraph()

void UWBP_DispatchStatus_C::EventGraph ( )
privateBlueprint
Event Graph

Definition at line 13 of file UWBP_DispatchStatus_C.cpp.

◆ OnBackButtonPressed()

void UWBP_DispatchStatus_C::OnBackButtonPressed ( )
privateBlueprint
On Back Button Pressed

◆ OnPressedEvac()

void UWBP_DispatchStatus_C::OnPressedEvac ( )
privateBlueprint
On Pressed Evac

Member Data Documentation

◆ DispatchWrapper

ABP_DispatchWrapper_C* UWBP_DispatchStatus_C::DispatchWrapper
protected

Dispatch Wrapper.

Definition at line 15 of file UWBP_DispatchStatus_C.h.

◆ OnBackButtonPressed

void UWBP_DispatchStatus_C::OnBackButtonPressed
protected

On Back Button Pressed.

Definition at line 17 of file UWBP_DispatchStatus_C.h.

◆ OnPressedEvac

void UWBP_DispatchStatus_C::OnPressedEvac
protected

On Pressed Evac.

Definition at line 16 of file UWBP_DispatchStatus_C.h.


The documentation for this class was generated from the following files: