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.