Navigation
API > API/Plugins > API/Plugins/AccumulationDOF
Specifies how the enable state of the Accumulation DOF component will be set.
| Name | EMovieGraphAccumulationDOFEnableType |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/AccumulationDOF/Source/AccumulationDOF/Public/MovieGraphAccumulationDOFModifierNode.h |
| Include Path | #include "MovieGraphAccumulationDOFModifierNode.h" |
Syntax
enum EMovieGraphAccumulationDOFEnableType
{
CameraActorDefault,
CustomValue,
}
Values
| Name | Remarks |
|---|---|
| CameraActorDefault | Use the current enable state on the camera (ie, no change is made). |
| CustomValue | Use a custom value that will be used as the enable state. |