A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
UDlgStatsCommandlet Class Reference

UCLASS() More...

#include <DlgStatsCommandlet.h>

Inheritance diagram for UDlgStatsCommandlet:
[legend]

Public Member Functions

 UDlgStatsCommandlet ()
 
int32 GetFNameWordCount (const FName Name) const
 
int32 GetNodeWordCount (const UDlgNode &Node) const
 
bool GetStatsForDialogue (const UDlgDialogue &Dialogue, FDlgStatsDialogue &OutStats)
 
int32 GetStringWordCount (const FString &String) const
 
int32 GetTextWordCount (const FText &Text) const
 
int32 Main (const FString &Params) override
 

Private Member Functions

 GENERATED_BODY ()
 

Detailed Description

UCLASS()

Definition at line 32 of file DlgStatsCommandlet.h.

Constructor & Destructor Documentation

◆ UDlgStatsCommandlet()

UDlgStatsCommandlet::UDlgStatsCommandlet ( )

Definition at line 15 of file DlgStatsCommandlet.cpp.

Member Function Documentation

◆ GENERATED_BODY()

UDlgStatsCommandlet::GENERATED_BODY ( )
private

◆ GetFNameWordCount()

int32 UDlgStatsCommandlet::GetFNameWordCount ( const FName Name) const
inline

Definition at line 48 of file DlgStatsCommandlet.h.

Here is the call graph for this function:

◆ GetNodeWordCount()

int32 UDlgStatsCommandlet::GetNodeWordCount ( const UDlgNode & Node) const

Definition at line 81 of file DlgStatsCommandlet.cpp.

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

◆ GetStatsForDialogue()

bool UDlgStatsCommandlet::GetStatsForDialogue ( const UDlgDialogue & Dialogue,
FDlgStatsDialogue & OutStats )

Definition at line 66 of file DlgStatsCommandlet.cpp.

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

◆ GetStringWordCount()

int32 UDlgStatsCommandlet::GetStringWordCount ( const FString & String) const

Definition at line 112 of file DlgStatsCommandlet.cpp.

Here is the caller graph for this function:

◆ GetTextWordCount()

int32 UDlgStatsCommandlet::GetTextWordCount ( const FText & Text) const
inline

Definition at line 49 of file DlgStatsCommandlet.h.

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

◆ Main()

int32 UDlgStatsCommandlet::Main ( const FString & Params)
override

Definition at line 24 of file DlgStatsCommandlet.cpp.

Here is the call graph for this function:

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