Skip to content

PaintScheme

huggins edited this page Apr 10, 2025 · 1 revision

Paint Scheme

Describes the paint scheme

enum class EPaintScheme : uint8
{
	UniformColor,
	Camouflage
};

Values

Name Description
UniformColor
Camouflage

Clone this wiki locally