UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FInternationalization::FCultureStateSnapshot Struct Reference

#include <Internationalization.h>

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.

Member Data Documentation

◆ AssetGroups

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

◆ Language

FString FInternationalization::FCultureStateSnapshot::Language

◆ Locale

FString FInternationalization::FCultureStateSnapshot::Locale

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