A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
FChatterSingleLine Struct ReferenceBlueprintType

USTRUCT(BlueprintType) More...

#include <DialogueDataClassesAndStructs.h>

Public Member Functions

 FChatterSingleLine ()
 
 FChatterSingleLine (float inDelayBeforePlaying, UDialogueWave *inDialogue)
 
 GENERATED_USTRUCT_BODY ()
 

Public Attributes

float DelayBeforePlaying = 2.0f
 UPROPERTY(BlueprintReadWrite, EditAnywhere)
 
UDialogueWave * Dialogue = nullptr
 UPROPERTY(BlueprintReadWrite, EditAnywhere)
 

Detailed Description

USTRUCT(BlueprintType)

Definition at line 174 of file DialogueDataClassesAndStructs.h.

Constructor & Destructor Documentation

◆ FChatterSingleLine() [1/2]

FChatterSingleLine::FChatterSingleLine ( )
inline

Definition at line 178 of file DialogueDataClassesAndStructs.h.

◆ FChatterSingleLine() [2/2]

FChatterSingleLine::FChatterSingleLine ( float inDelayBeforePlaying,
UDialogueWave * inDialogue )
inline

Definition at line 184 of file DialogueDataClassesAndStructs.h.

Member Function Documentation

◆ GENERATED_USTRUCT_BODY()

FChatterSingleLine::GENERATED_USTRUCT_BODY ( )

Member Data Documentation

◆ DelayBeforePlaying

float FChatterSingleLine::DelayBeforePlaying = 2.0f
BlueprintReadWriteEditAnywhere

UPROPERTY(BlueprintReadWrite, EditAnywhere)

Definition at line 196 of file DialogueDataClassesAndStructs.h.

◆ Dialogue

UDialogueWave* FChatterSingleLine::Dialogue = nullptr
BlueprintReadWriteEditAnywhere

UPROPERTY(BlueprintReadWrite, EditAnywhere)

Definition at line 203 of file DialogueDataClassesAndStructs.h.


The documentation for this struct was generated from the following file: