Navigation
API > API/Plugins > API/Plugins/GeometryCache
References
| Module | GeometryCache |
| Header | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCache/Public/GeometryCacheHelpers.h |
| Include | #include "GeometryCacheHelpers.h" |
Syntax
struct GeometyCacheHelpers
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | WrapAnimationTime
(
float Time, |
Use this instead of fmod when working with looping animations as fmod gives incorrect results when using negative times. |