Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
AsaApiUtilsNotification Struct Reference

#include <ModParamStructs.h>

+ Collaboration diagram for AsaApiUtilsNotification:

Public Member Functions

 AsaApiUtilsNotification ()
 
 AsaApiUtilsNotification (const FString &Text, const TArray< FString > &RecipientEOS, const FLinearColor &BackgroundColor, const FLinearColor &TextColor, const double &DisplayScale, const double &DisplayTime, const Position &TextJustification, const Position &NotificationScreenPosition, const bool &bAddToChat)
 
 AsaApiUtilsNotification (const FString &Notificationid, const FString &Text, const TArray< FString > &RecipientEOS, const FLinearColor &BackgroundColor, const FLinearColor &TextColor, const double &DisplayScale, const double &DisplayTime, const Position &TextJustification, const Position &NotificationScreenPosition, const bool &bAddToChat)
 

Public Attributes

FString NotificationId
 
FString Text
 
TArray< FStringRecipientEOS
 
FLinearColor BackgroundColor
 
FLinearColor TextColor
 
double DisplayScale
 
double DisplayTime
 
Position TextJustification
 
Position NotificationScreenPosition
 
bool bAddToChat
 

Detailed Description

Definition at line 81 of file ModParamStructs.h.

Constructor & Destructor Documentation

◆ AsaApiUtilsNotification() [1/3]

AsaApiUtilsNotification::AsaApiUtilsNotification ( )
inline

Definition at line 95 of file ModParamStructs.h.

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

◆ AsaApiUtilsNotification() [2/3]

AsaApiUtilsNotification::AsaApiUtilsNotification ( const FString & Text,
const TArray< FString > & RecipientEOS,
const FLinearColor & BackgroundColor,
const FLinearColor & TextColor,
const double & DisplayScale,
const double & DisplayTime,
const Position & TextJustification,
const Position & NotificationScreenPosition,
const bool & bAddToChat )
inline

Definition at line 109 of file ModParamStructs.h.

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

◆ AsaApiUtilsNotification() [3/3]

AsaApiUtilsNotification::AsaApiUtilsNotification ( const FString & Notificationid,
const FString & Text,
const TArray< FString > & RecipientEOS,
const FLinearColor & BackgroundColor,
const FLinearColor & TextColor,
const double & DisplayScale,
const double & DisplayTime,
const Position & TextJustification,
const Position & NotificationScreenPosition,
const bool & bAddToChat )
inline

Definition at line 133 of file ModParamStructs.h.

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

Member Data Documentation

◆ BackgroundColor

FLinearColor AsaApiUtilsNotification::BackgroundColor

Definition at line 86 of file ModParamStructs.h.

◆ bAddToChat

bool AsaApiUtilsNotification::bAddToChat

Definition at line 92 of file ModParamStructs.h.

◆ DisplayScale

double AsaApiUtilsNotification::DisplayScale

Definition at line 88 of file ModParamStructs.h.

◆ DisplayTime

double AsaApiUtilsNotification::DisplayTime

Definition at line 89 of file ModParamStructs.h.

◆ NotificationId

FString AsaApiUtilsNotification::NotificationId

Definition at line 83 of file ModParamStructs.h.

◆ NotificationScreenPosition

Position AsaApiUtilsNotification::NotificationScreenPosition

Definition at line 91 of file ModParamStructs.h.

◆ RecipientEOS

TArray<FString> AsaApiUtilsNotification::RecipientEOS

Definition at line 85 of file ModParamStructs.h.

◆ Text

FString AsaApiUtilsNotification::Text

Definition at line 84 of file ModParamStructs.h.

◆ TextColor

FLinearColor AsaApiUtilsNotification::TextColor

Definition at line 87 of file ModParamStructs.h.

◆ TextJustification

Position AsaApiUtilsNotification::TextJustification

Definition at line 90 of file ModParamStructs.h.


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