Navigation
API > API/Plugins > API/Plugins/AccumulationDOF
Specifies if the enable state of the Accumulation DOF component should be set, and if so, what the value of the enable state should be.
| Name | FMovieGraphAccumulationDOFEnableState |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/AccumulationDOF/Source/AccumulationDOF/Public/MovieGraphAccumulationDOFModifierNode.h |
| Include Path | #include "MovieGraphAccumulationDOFModifierNode.h" |
Syntax
USTRUCT (BlueprintType )
struct FMovieGraphAccumulationDOFEnableState
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMovieGraphAccumulationDOFEnableState() |
MovieGraphAccumulationDOFModifierNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Type | EMovieGraphAccumulationDOFEnableType | How the Accumulation DOF enable state should be treated. | MovieGraphAccumulationDOFModifierNode.h |
|
| Value | bool | If the enable Type is "Custom", this is the value the enable state should be set to. | MovieGraphAccumulationDOFModifierNode.h |
|