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

A blueprint class with 5 graphs. More...

#include "/PixoTutorial/Blueprints/InteractableObjects/BP_PedestrianTutorial"

Inheritance diagram for ABP_PedestrianTutorial_C:
[legend]

Public Attributes

TArray< ATargetPoint * > EvacPoints
 Evac Points.
 
UHighlightComponentHighlightComponent
 Highlight Component.
 

Protected Attributes

int32 CurrentPathPointIndex
 Current Path Point Index.
 
bool MarkedAsIgnition
 Marked as Ignition.
 
ABP_DialogueManager_CTutorialDialogueManager
 Tutorial Dialogue Manager.
 

Private Member Functions

void DisableHoverEvents ()
 
void DisablePressEvents ()
 
void Evac ()
 
void EventGraph ()
 
void UserConstructionScript ()
 

Detailed Description

A blueprint class with 5 graphs.

UDF Path:  /PixoTutorial /Blueprints /InteractableObjects /BP_PedestrianTutorial
Config: Config/DefaultEngine.ini

Definition at line 12 of file ABP_PedestrianTutorial_C.h.

Member Function Documentation

◆ DisableHoverEvents()

void ABP_PedestrianTutorial_C::DisableHoverEvents ( )
privateBlueprint
Disable Hover Events

Definition at line 36 of file ABP_PedestrianTutorial_C.cpp.

◆ DisablePressEvents()

void ABP_PedestrianTutorial_C::DisablePressEvents ( )
privateBlueprint
Disable Press Events

Definition at line 32 of file ABP_PedestrianTutorial_C.cpp.

◆ Evac()

void ABP_PedestrianTutorial_C::Evac ( )
privateBlueprint
Evac

Definition at line 17 of file ABP_PedestrianTutorial_C.cpp.

Here is the caller graph for this function:

◆ EventGraph()

void ABP_PedestrianTutorial_C::EventGraph ( )
privateBlueprint
Event Graph

Definition at line 23 of file ABP_PedestrianTutorial_C.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ UserConstructionScript()

void ABP_PedestrianTutorial_C::UserConstructionScript ( )
privateBlueprint
User Construction Script

Definition at line 13 of file ABP_PedestrianTutorial_C.cpp.

Member Data Documentation

◆ CurrentPathPointIndex

int32 ABP_PedestrianTutorial_C::CurrentPathPointIndex
protected

Current Path Point Index.

Definition at line 21 of file ABP_PedestrianTutorial_C.h.

◆ EvacPoints

TArray<ATargetPoint*> ABP_PedestrianTutorial_C::EvacPoints

Evac Points.

Definition at line 16 of file ABP_PedestrianTutorial_C.h.

◆ HighlightComponent

UHighlightComponent* ABP_PedestrianTutorial_C::HighlightComponent

Highlight Component.

Definition at line 15 of file ABP_PedestrianTutorial_C.h.

◆ MarkedAsIgnition

bool ABP_PedestrianTutorial_C::MarkedAsIgnition
protected

Marked as Ignition.

Definition at line 19 of file ABP_PedestrianTutorial_C.h.

◆ TutorialDialogueManager

ABP_DialogueManager_C* ABP_PedestrianTutorial_C::TutorialDialogueManager
protected

Tutorial Dialogue Manager.

Definition at line 20 of file ABP_PedestrianTutorial_C.h.


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