[UE 5.8] UKismetStringTableLibrary Functions no longer accessible

Summary

All Functions of UKismetStringTableLibrary are no longer accessible in C++ (says it`s private).
Works in 5.7

What Type of Bug are you experiencing?

Foundation (C++ Tools, Profiling, & Pipeline)

Steps to Reproduce

In any cpp file:

include “Kismet/KismetStringTableLibrary.h”

then in any function, e.g.:

TArray TextArray= UKismetStringTableLibrary::GetKeysFromStringTable(FName(“SomeTableId”));

or:

UKismetStringTableLibrary::ImportTableFromCSVFile(FName(“TableId”), “PathOfFile”);

Expected Result

Should be also accessible in 5.8

Observed Result

Code does not compile, because Functions are no longer available

Affects Versions

5.8

Platform(s)

Windows

Upload an image