UKismetInternationalizationLibrary::ClearCurrentAssetGroupCulture

Clear the given asset group category culture.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/KismetInternationalizationLibrary.h

Include

#include "Kismet/KismetInternationalizationLibrary.h"

Source

/Engine/Source/Runtime/Engine/Private/KismetInternationalizationLibrary.cpp

Syntax

static void ClearCurrentAssetGroupCulture
(
    const FName AssetGroup,
    const bool SaveToConfig
)

Remarks

Clear the given asset group category culture.

Parameters

Parameter

Description

AssetGroup

The asset group to clear the culture for.

SaveToConfig

If true, save the new setting to the users' "GameUserSettings" config so that it persists after a reload.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss