Apartment Interior: Difference between revisions
From Onset Developer Wiki
No edit summary |
m BlueMountains moved page Apartments to Apartment Interior without leaving a redirect |
(No difference)
|
Latest revision as of 20:25, 11 January 2021
Prefab 01a without furniture.
/Game/Geometry/Prefabs/PF_Apartment_01a
Prefab 01b with furniture as seen in the pictures below.
/Game/Geometry/Prefabs/PF_Apartment_01b
Spawning the apartment interior from Lua.
local BlueprintClass = "/Game/Geometry/Prefabs/PF_Apartment_01b"
local Location = FVector(0.0, 0.0, 0.0)
local Rotation = FRotator(0.0, 0.0, 0.0)
GetWorld():SpawnActor(UClass.LoadFromAsset(BlueprintClass), Location, Rotation)