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

A blueprint class with 19 graphs. More...

#include "/PixoTutorial/Blueprints/TutorialScript/BP_DialogueManager"

Inheritance diagram for ABP_DialogueManager_C:
[legend]

Public Attributes

USceneComponentDefaultSceneRoot
 Default Scene Root.
 
float DelayBeforeStarting
 Delay Before Starting.
 
float DelayBetweenVoicelines
 Delay Between Voicelines.
 
UDlgDialogueDialogueScript
 Dialogue Script.
 

Protected Attributes

APixo_AudioManager_CAudioManager
 Audio Manager.
 
UDlgContextDialogueContext
 Dialogue Context.
 
bool IsStoryFinished
 Is Story Finished.
 
TEnumAsByte< E_TutorialState > TutorialState
 Tutorial State.
 

Private Member Functions

void CheckCondition ()
 
void EventGraph ()
 
void GetBoolValue ()
 
void GetFloatValue ()
 
void GetIntValue ()
 
void GetNameValue ()
 
void GetParticipantDisplayName ()
 
void GetParticipantGender ()
 
void GetParticipantIcon ()
 
void GetParticipantName ()
 
void ModifyBoolValue ()
 
void ModifyFloatValue ()
 
void ModifyIntValue ()
 
void ModifyNameValue ()
 
void OnDialogueEvent ()
 
void RunEventIfValid ()
 
void SetTutorialState ()
 
void SwitchOnPlatform ()
 
void UserConstructionScript ()
 

Detailed Description

A blueprint class with 19 graphs.

UDF Path:  /PixoTutorial /Blueprints /TutorialScript /BP_DialogueManager
Config: Config/DefaultEngine.ini

Definition at line 11 of file ABP_DialogueManager_C.h.

Member Function Documentation

◆ CheckCondition()

void ABP_DialogueManager_C::CheckCondition ( )
privateBlueprint
Check Condition

Definition at line 98 of file ABP_DialogueManager_C.cpp.

◆ EventGraph()

void ABP_DialogueManager_C::EventGraph ( )
privateBlueprint
Event Graph

Definition at line 33 of file ABP_DialogueManager_C.cpp.

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

◆ GetBoolValue()

void ABP_DialogueManager_C::GetBoolValue ( )
privateBlueprint
Get Bool Value

Definition at line 94 of file ABP_DialogueManager_C.cpp.

◆ GetFloatValue()

void ABP_DialogueManager_C::GetFloatValue ( )
privateBlueprint
Get Float Value

Definition at line 90 of file ABP_DialogueManager_C.cpp.

◆ GetIntValue()

void ABP_DialogueManager_C::GetIntValue ( )
privateBlueprint
Get Int Value

Definition at line 86 of file ABP_DialogueManager_C.cpp.

◆ GetNameValue()

void ABP_DialogueManager_C::GetNameValue ( )
privateBlueprint
Get Name Value

Definition at line 82 of file ABP_DialogueManager_C.cpp.

◆ GetParticipantDisplayName()

void ABP_DialogueManager_C::GetParticipantDisplayName ( )
privateBlueprint
Get Participant Display Name

Definition at line 78 of file ABP_DialogueManager_C.cpp.

◆ GetParticipantGender()

void ABP_DialogueManager_C::GetParticipantGender ( )
privateBlueprint
Get Participant Gender

Definition at line 74 of file ABP_DialogueManager_C.cpp.

◆ GetParticipantIcon()

void ABP_DialogueManager_C::GetParticipantIcon ( )
privateBlueprint
Get Participant Icon

Definition at line 70 of file ABP_DialogueManager_C.cpp.

◆ GetParticipantName()

void ABP_DialogueManager_C::GetParticipantName ( )
privateBlueprint
Get Participant Name

Definition at line 66 of file ABP_DialogueManager_C.cpp.

◆ ModifyBoolValue()

void ABP_DialogueManager_C::ModifyBoolValue ( )
privateBlueprint
Modify Bool Value

Definition at line 62 of file ABP_DialogueManager_C.cpp.

◆ ModifyFloatValue()

void ABP_DialogueManager_C::ModifyFloatValue ( )
privateBlueprint
Modify Float Value

Definition at line 58 of file ABP_DialogueManager_C.cpp.

◆ ModifyIntValue()

void ABP_DialogueManager_C::ModifyIntValue ( )
privateBlueprint
Modify Int Value

Definition at line 54 of file ABP_DialogueManager_C.cpp.

◆ ModifyNameValue()

void ABP_DialogueManager_C::ModifyNameValue ( )
privateBlueprint
Modify Name Value

Definition at line 50 of file ABP_DialogueManager_C.cpp.

◆ OnDialogueEvent()

void ABP_DialogueManager_C::OnDialogueEvent ( )
privateBlueprint
On Dialogue Event

Definition at line 46 of file ABP_DialogueManager_C.cpp.

◆ RunEventIfValid()

void ABP_DialogueManager_C::RunEventIfValid ( )
privateBlueprint
Run Event if Valid

Definition at line 22 of file ABP_DialogueManager_C.cpp.

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

◆ SetTutorialState()

void ABP_DialogueManager_C::SetTutorialState ( )
privateBlueprint
Set Tutorial State

Definition at line 17 of file ABP_DialogueManager_C.cpp.

Here is the caller graph for this function:

◆ SwitchOnPlatform()

void ABP_DialogueManager_C::SwitchOnPlatform ( )
privateBlueprint
Switch on Platform

Definition at line 28 of file ABP_DialogueManager_C.cpp.

Here is the caller graph for this function:

◆ UserConstructionScript()

void ABP_DialogueManager_C::UserConstructionScript ( )
privateBlueprint
User Construction Script

Definition at line 13 of file ABP_DialogueManager_C.cpp.

Member Data Documentation

◆ AudioManager

APixo_AudioManager_C* ABP_DialogueManager_C::AudioManager
protected

Audio Manager.

Definition at line 22 of file ABP_DialogueManager_C.h.

◆ DefaultSceneRoot

USceneComponent* ABP_DialogueManager_C::DefaultSceneRoot

Default Scene Root.

Definition at line 14 of file ABP_DialogueManager_C.h.

◆ DelayBeforeStarting

float ABP_DialogueManager_C::DelayBeforeStarting

Delay Before Starting.

Definition at line 16 of file ABP_DialogueManager_C.h.

◆ DelayBetweenVoicelines

float ABP_DialogueManager_C::DelayBetweenVoicelines

Delay Between Voicelines.

Definition at line 17 of file ABP_DialogueManager_C.h.

◆ DialogueContext

UDlgContext* ABP_DialogueManager_C::DialogueContext
protected

Dialogue Context.

Definition at line 20 of file ABP_DialogueManager_C.h.

◆ DialogueScript

UDlgDialogue* ABP_DialogueManager_C::DialogueScript

Dialogue Script.

Definition at line 15 of file ABP_DialogueManager_C.h.

◆ IsStoryFinished

bool ABP_DialogueManager_C::IsStoryFinished
protected

Is Story Finished.

Definition at line 21 of file ABP_DialogueManager_C.h.

◆ TutorialState

TEnumAsByte<E_TutorialState> ABP_DialogueManager_C::TutorialState
protected

Tutorial State.

Definition at line 23 of file ABP_DialogueManager_C.h.


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