Epic Developer Community Forums
Detect weather a value is increasing or decreasing
Development
Programming & Scripting
Blueprint
boolean
,
Blueprint
,
question
,
unreal-engine
,
UE4
NoobsDeSroobs
(NoobsDeSroobs)
December 1, 2016, 5:15am
6
That is exactly what you have to do. OldVal = NewVal; NewVal = InputVal;
show post in topic