Procedural Dungeon ⏵ Dungeon Generator Base ⏵ Try Place Room at Transform
Try Place Room at Transform
Class: Dungeon Generator Base
Category: GenerationAlgorithm
Description
Set the position and rotation of a room instance and return true if there is nothing colliding with it.
Node

C++
bool TryPlaceRoomAtTransform(const URoom*& Room, const FRoomTransform& Transform, const UWorld* World) const
Inputs
| Name | Type | Description |
|---|---|---|
| In | Exec | |
| Target | Dungeon Generator Base Object Reference | |
| Room | Room Object Reference (by ref) | |
| Transform | Room Transform Structure (by ref) |
Outputs
| Name | Type | Description |
|---|---|---|
| Out | Exec | |
| Success | Boolean |