Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
Inheritance Hierarchy
- IGraphMessage
- FCachedPoseSkippedUpdateHandler
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_SaveCachedPose.h |
| Include | #include "Animation/AnimNode_SaveCachedPose.h" |
Syntax
class FCachedPoseSkippedUpdateHandler : public UE::Anim::IGraphMessage
Remarks
Event that can be subscribed to receive skipped updates when a cached pose is run. When a cached pose update call executes the link with the maximum weight, this event receives information about the other links with lesser weights
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCachedPoseSkippedUpdateHandler
(
TUniqueFunction< void(TArrayView< const FMessageStack >)> InFunction |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | |||
| void | OnUpdatesSkipped
(
TArrayView< const FMessageStack > InSkippedUpdates |
Called when there are Update() calls that were skipped due to pose caching. |
Overridden from IGraphMessage
| Type | Name | Description | |
|---|---|---|---|
| FName | GetTypeName () |
Constants
| Name | Description |
|---|---|
| TypeName |