.cpp
#include "Kismet/KismetStringLibrary.h"

FString str = UKismetStringLibrary::Conv_IntToString(result);

Untitled