Skip to content

VariableParameterRecordType

huggins edited this page Apr 10, 2025 · 1 revision

Variable Parameter Record Type

Describes the identification of a Parameter Type Record of an articulation parameter

enum class EVariableParameterRecordType : uint8
{
	ArticulatedPart,
	AttachedPart,
	Separation,
	EntityType,
	EntityAssociation
};

Values

Name Description
ArticulatedPart
AttachedPart
Separation
EntityType
EntityAssociation

Clone this wiki locally