You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't find any C++ examples of how to Spawn a prefab. From the source code I see there is a method to do it, but I can't figure out how to include it to my project? I mean what #include I need to use to get access to APrefabActor type and SpawnPrefab method?
Hi,
First of all thanks for this amazing plugin!
I can't find any C++ examples of how to Spawn a prefab. From the source code I see there is a method to do it, but I can't figure out how to include it to my project? I mean what
#include
I need to use to get access toAPrefabActor
type andSpawnPrefab
method?and then I need to call from my cpp
The text was updated successfully, but these errors were encountered: