FStringTable::EnumerateMetaData

Enumerate all meta-data associated with the given entry.

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 EnumerateMetaData
(
    const FString & InKey,
    const TFunctionRef< bool, const FString &)> & InEnumerator
) const

Remarks

Enumerate all meta-data associated with the given entry. 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