DylnHonol
(DylnHonol)
June 1, 2022, 10:17am
1
How to gradually change the intensity of the light?
I thought of a blue print. Like the screenshot above.
We needed a value to increase the intensity. I made it into a variable.
I can increase the variable.
But I don’t know how to input the intensity of the light into the variable.
Help me.
Tuerer
(Tuerer)
June 1, 2022, 10:21am
2
You’re not increasing value here. Those execution pins in the ++ node have to be connected into the execution chain.
DylnHonol
(DylnHonol)
June 1, 2022, 10:23am
4
I already know.
My question is,
How to enter the intensity of thelight into the variable(float)(“TempInten”).
Tuerer
(Tuerer)
June 1, 2022, 10:24am
5
You’re doing it correctly. But the increase value of 1 is too low, you you don’t see the changes. Try larger steps, like 500 or something.
DylnHonol
(DylnHonol)
June 1, 2022, 10:28am
6
Thank you very much for your answer.
Look at the screenshot.
Pointlight and SET are not connected.
I think this is the problem.
When I set a variable,
The intensity value of the current loght cannot be stored(SET) in a variable(TempInten).
Tell me the function that can bring the intensity value of the current lighting. Thank you.
Tuerer
(Tuerer)
June 1, 2022, 10:36am
7
PointLight4 → PointLightComponent → GetIntensity
1 Like
DylnHonol
(DylnHonol)
June 1, 2022, 10:56am
8
Thank you.
I found ‘Get intensity’.
I was confused cuz found a lot of ‘Get Intensity’.
Thank you very, very, very much