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

A blueprint class with 1 graphs. More...

#include "/PixoTutorial/Blueprints/TutorialScript/PlatformBasedDialogue"

Inheritance diagram for UPlatformBasedDialogue_C:
[legend]

Public Member Functions

UWorld * GetWorld () const override
 
void PostInitProperties () override
 

Protected Attributes

UDialogueWave * DesktopDialogue
 Desktop Dialogue.
 
UDialogueWave * FallbackDialogue
 If none of the other devices are in use, fallback to this dialogue.
 
UDialogueWave * PicoDialogue
 Pico Dialogue.
 
UDialogueWave * QuestDialogue
 Quest Dialogue.
 
UDialogueWave * ViveDialogue
 Vive Dialogue.
 

Private Member Functions

void EventGraph ()
 
 GENERATED_BODY ()
 

Detailed Description

A blueprint class with 1 graphs.

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

Definition at line 11 of file UPlatformBasedDialogue_C.h.

Member Function Documentation

◆ EventGraph()

void UPlatformBasedDialogue_C::EventGraph ( )
privateBlueprint
Event Graph

Definition at line 13 of file UPlatformBasedDialogue_C.cpp.

◆ GENERATED_BODY()

UDlgNodeData::GENERATED_BODY ( )
privateinherited

◆ GetWorld()

UWorld * UDlgObject::GetWorld ( ) const
overrideinherited

Definition at line 22 of file DlgObject.cpp.

Here is the call graph for this function:

◆ PostInitProperties()

void UDlgObject::PostInitProperties ( )
overrideinherited

Definition at line 9 of file DlgObject.cpp.

Member Data Documentation

◆ DesktopDialogue

UDialogueWave* UPlatformBasedDialogue_C::DesktopDialogue
protected

Desktop Dialogue.

Definition at line 16 of file UPlatformBasedDialogue_C.h.

◆ FallbackDialogue

UDialogueWave* UPlatformBasedDialogue_C::FallbackDialogue
protected

If none of the other devices are in use, fallback to this dialogue.

Definition at line 19 of file UPlatformBasedDialogue_C.h.

◆ PicoDialogue

UDialogueWave* UPlatformBasedDialogue_C::PicoDialogue
protected

Pico Dialogue.

Definition at line 18 of file UPlatformBasedDialogue_C.h.

◆ QuestDialogue

UDialogueWave* UPlatformBasedDialogue_C::QuestDialogue
protected

Quest Dialogue.

Definition at line 15 of file UPlatformBasedDialogue_C.h.

◆ ViveDialogue

UDialogueWave* UPlatformBasedDialogue_C::ViveDialogue
protected

Vive Dialogue.

Definition at line 17 of file UPlatformBasedDialogue_C.h.


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