Bake Reflection Probe
Rendering
The Bake Reflection Probe
node takes in a Reflection Probe and begins the baking process, then returns the Uri asset that can be used for the world when completed.
Inputs
* (AysncCall)
Calls an impulse to bake the reflection probe.
Probe (ReflectionProbe)
The reflection probe to bake.
Outputs
OnBakeStart (AysncCall)
Fires when the bake has started.
OnBakeFail (Continuation)
Fires when the bake has failed.
OnBakeComplete (Continuation)
Fires when the bake has completed.
BakedCubemapURL (Uri)
Returns the baked asset URL.