Navigation
API > API/Runtime > API/Runtime/Constraints > API/Runtime/Constraints/UTransformableHandle
References
| Module | Constraints |
| Header | /Engine/Source/Runtime/Experimental/Animation/Constraints/Public/TransformableHandle.h |
| Include | #include "TransformableHandle.h" |
| Source | /Engine/Source/Runtime/Experimental/Animation/Constraints/Private/TransformableHandle.cpp |
virtual void PreEvaluate
(
const bool bTick
) const
Remarks
Perform any pre-evaluation of the handle to ensure that the transform data are up to date.
Parameters
| Name | Description |
|---|---|
| bTick | to force any pre-evaluation ticking. Default is false. |