UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EEvaluatorMode Namespace Reference

Enumerations

enum  Mode : int { UMETA =(DisplayName="Standard") , UMETA =(DisplayName="Standard") , UMETA =(DisplayName="Standard") }
 

Detailed Description

Determines the behavior this node will use when updating and evaluating.

Enumeration Type Documentation

◆ Mode

Enumerator
UMETA 

DataSource is ticked and evaluated every frame.

DataSource is never ticked and only evaluated on the first frame. Every frame after uses the cached pose from the first frame.

DataSource is ticked and evaluated for a given number of frames, then freezes after and uses the cached pose for future frames.

UMETA 

DataSource is ticked and evaluated every frame.

DataSource is never ticked and only evaluated on the first frame. Every frame after uses the cached pose from the first frame.

DataSource is ticked and evaluated for a given number of frames, then freezes after and uses the cached pose for future frames.

UMETA 

DataSource is ticked and evaluated every frame.

DataSource is never ticked and only evaluated on the first frame. Every frame after uses the cached pose from the first frame.

DataSource is ticked and evaluated for a given number of frames, then freezes after and uses the cached pose for future frames.