Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FInternationalization::FCultureStateSnapshot Struct Reference

#include <Internationalization.h>

+ Collaboration diagram for FInternationalization::FCultureStateSnapshot:

Public Attributes

FString Language
 
FString Locale
 
TArray< TTuple< FName, FString > > AssetGroups
 

Detailed Description

Struct that can be used to capture a snapshot of the active culture state in a way that can be re-applied losslessly. Mostly used during automation testing.

Definition at line 41 of file Internationalization.h.

Member Data Documentation

◆ AssetGroups

TArray<TTuple<FName, FString> > FInternationalization::FCultureStateSnapshot::AssetGroups

Definition at line 45 of file Internationalization.h.

◆ Language

FString FInternationalization::FCultureStateSnapshot::Language

Definition at line 43 of file Internationalization.h.

◆ Locale

FString FInternationalization::FCultureStateSnapshot::Locale

Definition at line 44 of file Internationalization.h.


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