BP_LCDLock_16Bit_Door

  • Lock inherited from BP_CoreBinaryLock.

  • The number of buttons by default (16 pieces).

  • Added static mesh component (SM_LCDPanelMiddle). There are 5 materials in this grid that show the number that is currently entered.

  • Redefined function CreateDynamicMaterialsForDigits which creates and stores links to dynamic materials for changing numbers, the function is called on BeginPlay.

For the CreateDynamicMaterialsForDigits function to work, it is important to specify the material indices in which the numbers are displayed.

This is indicated in the variables:

  • FirstIndexDigitMat (integet): in this case 2

  • LastIndexDigitMat (integet): in this case 6

Each digit can be assigned a material with any color

Maximum number for a correct password

from 0 to 65535

Last updated