Epic Developer Community Forums
How can I load text from file with blueprint?
Development
Programming & Scripting
UI
text
,
file
,
Blueprint
,
question
,
unreal-engine
Estape
(Rodrigo Estape)
September 11, 2019, 7:15pm
18
Try this on top in .cpp file
#include "Misc/FileHelper.h" #include "Misc/Paths.h"
show post in topic