Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAnimLinkableElement
Description
Sets the LinkValue based on NewTime. Internal version to ensure overridden behavior isn't used when transforming a time
| Name | SetTime_Internal |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimLinkableElement.h |
| Include Path | #include "Animation/AnimLinkableElement.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimLinkableElement.cpp |
void SetTime_Internal
(
float NewTime,
EAnimLinkMethod::Type ReferenceFrame
)
Parameters
| Name | Remarks |
|---|---|
| NewTime | New time to set |
| ReferenceFrame | The kind of time passed in to this method |