Skip to content

Commit

Permalink
docs: Update docs/lua-api/classes/uworld.md
Browse files Browse the repository at this point in the history
Co-authored-by: UE4SS <[email protected]>
  • Loading branch information
igromanru and UE4SS committed Nov 26, 2024
1 parent 4d6a4ca commit 828f0bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/lua-api/classes/uworld.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
## Methods

### SpawnActor(UClass ActorClass, FVector Location, FRotator Rotation)
It's a self-implemented function that is automatically added to every UWorld object by UE4SS.
The function uses `UGameplayStatics:BeginDeferredActorSpawnFromClass` and `UGameplayStatics:FinishSpawningActor` to spawn an actor.
This function uses `UGameplayStatics:BeginDeferredActorSpawnFromClass` and `UGameplayStatics:FinishSpawningActor` to spawn an actor.
- **Return type:** `AActor`
- **Returns:** Spawned actor object or an invalid object.

0 comments on commit 828f0bd

Please sign in to comment.