I want to use this in python.
Also, I know that its name is unreal.SystemLibrary.delay(world_context_object, duration, latent_info).
There are three parameters in this function. (like below)
world_context_object (Object) –
duration (float) – length of delay (in seconds).
latent_info (LatentActionInfo) – The latent action.
So, my question is…
What’s the “world_context_object (Object)” and “latent_info (LatentActionInfo)”?
And how to set these two parameters?