Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/FAnimLinkableElement
- FAnimLinkableElement::SetTime()
- FAnimNotifyEvent::SetTime()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimLinkableElement.h |
| Include | #include "Animation/AnimLinkableElement.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimLinkableElement.cpp |
virtual void SetTime
(
float NewTime,
EAnimLinkMethod::Type ReferenceFrame
)
Remarks
Sets the time of this element
Parameters
| Name | Description |
|---|---|
| NewTime | The time to set this element to |
| ReferenceFrame | The kind of time being passed to this method |