Navigation
API > API/Plugins > API/Plugins/PropertyAnimatorCore
| Name | FPropertyAnimatorCoreSequencerTimeSourceEvalResult |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimatorCore/Source/PropertyAnimatorCore/Public/TimeSources/PropertyAnimatorCoreSequencerTimeSource.h |
| Include Path | #include "TimeSources/PropertyAnimatorCoreSequencerTimeSource.h" |
Syntax
USTRUCT ()
struct FPropertyAnimatorCoreSequencerTimeSourceEvalResult
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEvalValid | bool | Is the evaluation state valid | TimeSources/PropertyAnimatorCoreSequencerTimeSource.h | |
| EvalMagnitude | float | Last evaluated magnitude received | TimeSources/PropertyAnimatorCoreSequencerTimeSource.h | |
| EvalTime | double | Last evaluated time received | TimeSources/PropertyAnimatorCoreSequencerTimeSource.h |
|