Navigation
API > API/Runtime > API/Runtime/Engine
Structure for all Animation Weight helper functions.
| Name | FAnimWeight |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimTypes.h |
| Include Path | #include "Animation/AnimTypes.h" |
Syntax
struct FAnimWeight
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static float GetSmallestRelevantWeight() |
Get a small relevant weight for ticking | Animation/AnimTypes.h | |
static bool IsFullWeight
(
float InWeight |
Helper function to determine if a normalized weight is considered full weight. | Animation/AnimTypes.h | |
static bool IsRelevant
(
float InWeight |
Helper function to determine if a weight is relevant. | Animation/AnimTypes.h |