FStringTable::EnumerateSourceStrings

Enumerate all source strings in the table.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Internationalization/StringTableCore.h

Include

#include "Internationalization/StringTableCore.h"

Source

/Engine/Source/Runtime/Core/Private/Internationalization/StringTableCore.cpp

Syntax

void EnumerateSourceStrings
(
    const TFunctionRef< bool &, const FString &)> & InEnumerator
) const

Remarks

Enumerate all source strings in the table. Return true from the enumerator to continue, or false to stop

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