BP_CoreItemPuzzle_3
Create an inheritor from this class to create your ItemPuzzle. BP_CoreItemPuzzle_3 can have 2 states True and False.
You will need to override the following functions in the child class:
SetNewState - the function sets a new state.
ToggleState - function toggles the state.
Last updated
Was this helpful?