FGenericPlatformMisc::DeleteStoredSection

Deletes the given section and its contained values in the platform specific key->value store

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h

Include

#include "GenericPlatform/GenericPlatformMisc.h"

Source

/Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformMisc.cpp

Syntax

static bool DeleteStoredSection
(
    const FString & InStoreId,
    const FString & InSectionName
)

Remarks

Deletes the given section and its contained values in the platform specific key->value store

The key->value store is user-specific, but may be used to share data between different applications for the same user

Returns

bool true if the section was deleted, false if not found or couldn't delete

Parameters

Parameter

Description

InStoreId

The name used to identify the store you want to use (eg, MyGame)

InSectionName

The section to delete.

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