A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
URadioChatterData Class ReferenceCollapseCategoriesBlueprintTypeBlueprintableEditInlineNew

UCLASS(Blueprintable, BlueprintType, EditInlineNew, HideCategories = ("DoNotShow"), CollapseCategories, AutoExpandCategories = ("Default")) More...

#include <DialogueDataClassesAndStructs.h>

Inheritance diagram for URadioChatterData:
[legend]

Public Member Functions

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

Public Attributes

FLinearColor NodeColor = FLinearColor(0.0f, 0.2f, 1.0f)
 UPROPERTY(BlueprintReadWrite, EditAnywhere)
 
FChatterGroup RadioChatter = FChatterGroup()
 UPROPERTY(BlueprintReadWrite, EditAnywhere)
 

Private Member Functions

 GENERATED_BODY ()
 

Detailed Description

UCLASS(Blueprintable, BlueprintType, EditInlineNew, HideCategories = ("DoNotShow"), CollapseCategories, AutoExpandCategories = ("Default"))

Definition at line 391 of file DialogueDataClassesAndStructs.h.

Constructor & Destructor Documentation

◆ URadioChatterData()

URadioChatterData::URadioChatterData ( )
inline

Definition at line 396 of file DialogueDataClassesAndStructs.h.

Member Function Documentation

◆ GENERATED_BODY()

URadioChatterData::GENERATED_BODY ( )
private

◆ 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

◆ NodeColor

FLinearColor UBaseDlgDataClass::NodeColor = FLinearColor(0.0f, 0.2f, 1.0f)
inheritedBlueprintReadWriteEditAnywhere

UPROPERTY(BlueprintReadWrite, EditAnywhere)

Definition at line 331 of file DialogueDataClassesAndStructs.h.

◆ RadioChatter

FChatterGroup URadioChatterData::RadioChatter = FChatterGroup()
BlueprintReadWriteEditAnywhere

UPROPERTY(BlueprintReadWrite, EditAnywhere)

Definition at line 406 of file DialogueDataClassesAndStructs.h.


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