In the example, I load assets at runtime from /Game/UserContent
, which on disk is (ProjectName)/Content/UserContent
. The example is in blueprints, but here’s a guide for C++.
1 Like
In the example, I load assets at runtime from /Game/UserContent
, which on disk is (ProjectName)/Content/UserContent
. The example is in blueprints, but here’s a guide for C++.