Ark Server API (ASA) - Wiki
|
This is the complete list of members for MessagingManager, including all inherited members.
__pad0__ | MessagingManager | protected |
__pad1__ | MessagingManager | protected |
MeetsRequirementsToWork() | MessagingManager | inlinevirtual |
msg | MessagingManager | protected |
msg | MessagingManager | protected |
msg_color | MessagingManager | protected |
SendChatMessage(AShooterPlayerController *player_controller, const FString &sender_name, const T *msg, Args &&... args) | MessagingManager | inline |
SendChatMessage_Impl(AShooterPlayerController *player_controller, const FString &sender_name, const FString &msg) | MessagingManager | inlineprotectedvirtual |
SendChatMessageToAll(const FString &sender_name, const T *msg, Args &&... args) | MessagingManager | inline |
SendNotification(AShooterPlayerController *player_controller, FLinearColor color, float display_scale, float display_time, UTexture2D *icon, const T *msg, Args &&... args) | MessagingManager | inline |
SendNotification_Impl(AShooterPlayerController *player_controller, FLinearColor color, float display_scale, float display_time, UTexture2D *icon, const FString &msg) | MessagingManager | inlineprotectedvirtual |
SendNotificationToAll(FLinearColor color, float display_scale, float display_time, UTexture2D *icon, const T *msg, Args &&... args) | MessagingManager | inline |
SendServerMessage(AShooterPlayerController *player_controller, FLinearColor msg_color, const T *msg, Args &&... args) | MessagingManager | inline |
SendServerMessageToAll(FLinearColor msg_color, const T *msg, Args &&... args) | MessagingManager | inline |
SetWorldContext(UWorld *world_context) | MessagingManager | inline |