How to Extend world

Cheers ,
i have a simple question , from editor is it possibile extend world but i can’t imagine how to use it my world object,
thanks

Hello, CarloMaker

UWorld class provides AddToWorld method for this:

AddToWorld( ULevel * Level,const FTransform & LevelTransform)

If you like to learn more about methods of UWorld class, please go here:

Hope this helped! Good luck!

Thanks Anjdrew , but i would add an extended World not a level, i created a custom vehicle manager and i want reference it in world .