Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Compilation > API/Runtime/MovieScene/Compilation/FMovieSceneDeterminismFence
Syntax
uint8 bInclusive: 1
Remarks
Default: false. When true, specifies that this fence should be evaluated exactly on the specified time. When false, all times up to, but not including FrameNumber will be evaluated.
Exclusive should be used for a fence at the end of a subsection with an exclusive time to ensure that the sub-section is entirely evaluated before evaluation returns.
Inclusive should be used if an exact time must be evaluated (such as for testing purposes)