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