Skip to main content

B1VehiclePrimitiveCustomData

  • Stores packed custom primitive data for a vehicle's material, encoding light states and a random fraction.
PropertyTypeDescriptionMetadata
RandomFractionfloatRandom fraction packed as FFloat16 into bits [0:15] of PackedParam1.
bFrontLeftRunningLightsboolWhether the front-left running lights are active.
bFrontRightRunningLightsboolWhether the front-right running lights are active.
bRearLeftRunningLightsboolWhether the rear-left running lights are active.
bRearRightRunningLightsboolWhether the rear-right running lights are active.
bLeftBrakeLightsboolWhether the left brake lights are active.
bRightBrakeLightsboolWhether the right brake lights are active.
bLeftTurnSignalLightsboolWhether the left turn signal lights are active.
bRightTurnSignalLightsboolWhether the right turn signal lights are active.
bLeftHeadlightboolWhether the left headlight is active.
bRightHeadlightboolWhether the right headlight is active.
bReversingLightsboolWhether the reversing lights are active.
bAccessoryLightsboolWhether the accessory lights are active.