How to gradually change the intensity of the light?

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.

You’re not increasing value here. Those execution pins in the ++ node have to be connected into the execution chain.

I already know.

My question is,
How to enter the intensity of thelight into the variable(float)(“TempInten”).

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.

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.

PointLight4 → PointLightComponent → GetIntensity

1 Like

Thank you.
I found ‘Get intensity’.

I was confused cuz found a lot of ‘Get Intensity’.
Thank you very, very, very much