RenderWarmUpCount

The number of frames at the start of each shot that the engine will render and then discard.

Windows
MacOS
Linux

Syntax

[UPROPERTY](Programming/UnrealArchitecture/Reference/Properties)(EditAnywhere, BlueprintReadWrite, Meta=(UIMin=0, ClampMin=0), AdvancedDisplay,
          Category="Movie Pipeline")
int32 RenderWarmUpCount

Remarks

The number of frames at the start of each shot that the engine will render and then discard. This is useful for ensuring there is history for temporal effects (such as anti-aliasing). It can be set to a lower number if not using temporal effects.

This is more expensive than EngineWarmUpCount (which should be used for particle warm-ups, etc.)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss