UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAnimWeight Struct Reference

#include <AnimTypes.h>

Static Public Member Functions

static bool IsRelevant (float InWeight)
 
static bool IsFullWeight (float InWeight)
 
static float GetSmallestRelevantWeight ()
 

Detailed Description

Structure for all Animation Weight helper functions.

Member Function Documentation

◆ GetSmallestRelevantWeight()

static float FAnimWeight::GetSmallestRelevantWeight ( )
inlinestatic

Get a small relevant weight for ticking

◆ IsFullWeight()

static bool FAnimWeight::IsFullWeight ( float  InWeight)
inlinestatic

Helper function to determine if a normalized weight is considered full weight.

◆ IsRelevant()

static bool FAnimWeight::IsRelevant ( float  InWeight)
inlinestatic

Helper function to determine if a weight is relevant.


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