FStringTable::FindKey

Given an entry, check to see if it exists in this table, and if so, get its key

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

bool FindKey
(
    const FStringTableEntryConstRef & InEntry,
    FString & OutKey
) const

Remarks

Given an entry, check to see if it exists in this table, and if so, get its key

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