Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Internationalization
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Internationalization/StringTableCore.h |
| Include | #include "Internationalization/StringTableCore.h" |
Syntax
class IStringTableEngineBridge
Remarks
Interface to allow Core code to access String Table assets from the Engine
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Check to see whether it is currently safe to attempt to find or load a string table asset. | ||
| bool | |||
| void | CollectStringTableAssetReferences
(
FName& InOutTableId, |
Collect a string table asset reference | |
| void | CollectStringTableAssetReferencesImpl
(
FName& InOutTableId, |
||
| void | FullyLoadStringTableAsset
(
FName& InOutTableId |
Fully load a string table asset by its name, synchronously. | |
| void | FullyLoadStringTableAssetImpl
(
FName& InOutTableId |
||
| bool | IsStringTableAssetBeingReplaced
(
const UStringTable* InStringTableAsset |
Is this string table asset being replaced due to a hot-reload? | |
| bool | IsStringTableAssetBeingReplacedImpl
(
const UStringTable* InStringTableAsset |
||
| bool | IsStringTableFromAsset
(
const FName InTableId |
Is this string table from an asset? | |
| bool | IsStringTableFromAssetImpl
(
const FName InTableId |
||
| int32 | LoadStringTableAsset
(
const FName InTableId, |
Load a string table asset by its name, potentially doing so asynchronously. | |
| int32 | LoadStringTableAssetImpl
(
const FName InTableId, |
||
| void | RedirectStringTableAsset
(
FName& InOutTableId |
Redirect string table asset by its name | |
| void | RedirectStringTableAssetImpl
(
FName& InOutTableId |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FScopedDeferFindOrLoad | Scope object used to temporarily defer String Table find/load (eg, during module load). |
Typedefs
| Name | Description |
|---|---|
| FLoadStringTableAssetCallback | Callback used when loading string table assets. |
Constants
| Name | Description |
|---|---|
| DeferFindOrLoad | Whether String Table find/load is currently deferred (eg, during module load) |
| InstancePtr | Singleton instance, populated by the derived type |