Navigation
API > API/Plugins > API/Plugins/AccumulationDOF
Controls how temporal history (e.g. Lumen/TAA) is updated during aperture sampling.
| Name | ETemporalHistoryMode |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/AccumulationDOF/Source/AccumulationDOF/Public/AccumulationDOFTypes.h |
| Include Path | #include "AccumulationDOFTypes.h" |
Syntax
enum ETemporalHistoryMode
{
UMETA =(DisplayName = "All Samples Update"),
UMETA =(DisplayName = "Last Sample Only"),
UMETA =(DisplayName = "First Sample Only"),
UMETA =(DisplayName = "No Samples Update"),
}
Values
| Name | Remarks |
|---|---|
| UMETA | All samples update history. |
| UMETA | Only last sample updates history. |
| UMETA | Only first sample updates history. |
| UMETA | No samples update history. Baseline for comparison. |