Navigation
API > API/Runtime > API/Runtime/Constraints
FEvaluationForCachingScope provides a way to set the delta time when updating the animations. This class is currently not thread safe and won't update the delta time on re-entrant calls.
| Name | FEvaluationForCachingScope |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Animation/Constraints/Public/Transform/AnimationEvaluation.h |
| Include Path | #include "Transform/AnimationEvaluation.h" |
Syntax
struct FEvaluationForCachingScope : public FNoncopyable
Inheritance Hierarchy
- FNoncopyable → FEvaluationForCachingScope
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FEvaluationForCachingScope
(
const float InDeltaTime |
Transform/AnimationEvaluation.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FEvaluationForCachingScope() |
Transform/AnimationEvaluation.h |