UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Anim::FEvaluationForCachingScope Struct Reference

#include <AnimationEvaluation.h>

+ Inheritance diagram for UE::Anim::FEvaluationForCachingScope:

Public Member Functions

CONSTRAINTS_API FEvaluationForCachingScope (const float InDeltaTime=1.f/30.f)
 
CONSTRAINTS_API ~FEvaluationForCachingScope ()
 

Additional Inherited Members

- Protected Member Functions inherited from FNoncopyable
 FNoncopyable ()
 
 ~FNoncopyable ()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ FEvaluationForCachingScope()

UE::Anim::FEvaluationForCachingScope::FEvaluationForCachingScope ( const float  InDeltaTime = 1.f / 30.f)

◆ ~FEvaluationForCachingScope()

UE::Anim::FEvaluationForCachingScope::~FEvaluationForCachingScope ( )

The documentation for this struct was generated from the following files: