Skip to content

HatchState

huggins edited this page Apr 10, 2025 · 1 revision

Hatch State

Describes the state of the hatch

enum class EHatchState : uint8
{
	NotApplicable,
	Closed,
	Popped,
	PoppedAndPersonVisible,
	Open,
	OpenAndPersonVisible
};

Values

Name Description
NotApplicable
Closed
Popped
PoppedAndPersonVisible
Open
OpenAndPersonVisible

Clone this wiki locally