SeatPoses
: TArray< FTransform > |
Signature
TArray<FTransform> UMRUKSeatsComponent::SeatPoses |
CalculateSeatPoses
(
SeatWidth
)
|
Calculate the seat poses that are available on the actor. This gets called automatically after the room has been loaded. However, it's okay to call this function again with a different SeatWidth. The seat poses will then get recalculated.
Signature
void UMRUKSeatsComponent::CalculateSeatPoses(double SeatWidth=60.0) Parameters SeatWidth: double
The width of each seat.
Returns void |