Skip to main content

Module world

Module world 

Source

Functionsยง

find_object_raw
Find a UObject by class and path (already loaded objects only).
finish_spawning_raw
Finish spawning a deferred actor (triggers BeginPlay).
get_all_actors_of_class_raw
Get all actors of a given class in the world.
get_world_raw
Get the UWorld from an actor handle.
load_object_raw
Load a UObject by class and path (triggers load if not already loaded).
new_object_raw
Create a new UObject of the given class.
spawn_actor_deferred_raw
Spawn an actor with deferred construction (BeginPlay not yet called).
spawn_actor_raw
Spawn an actor in the world.