Navigation
API > API/Editor > API/Editor/Persona
Struct to provide delegates to change the timeline behavior for certain clients
| Name | FAnimationScrubPanelDelegates |
| Type | struct |
| Header File | /Engine/Source/Editor/Persona/Public/PersonaModule.h |
| Include Path | #include "PersonaModule.h" |
Syntax
struct FAnimationScrubPanelDelegates
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GetIsLoopingDelegate | FAnimationScrubPanel_GetIsLooping | Returns the current playback looping flag | PersonaModule.h | |
| GetNumberOfKeysDelegate | FAnimationScrubPanel_GetNumberOfKeys | Returns the number of keys for this playback | PersonaModule.h | |
| GetPlaybackModeDelegate | FAnimationScrubPanel_GetPlaybackMode | Determines if the playback is currently active | PersonaModule.h | |
| GetPlaybackTimeDelegate | FAnimationScrubPanel_GetPlaybackTime | Returns the current playback time | PersonaModule.h | |
| GetPlaybackTimeRangeDelegate | FAnimationScrubPanel_GetPlaybackTimeRange | Returns the playback time range | PersonaModule.h | |
| GetRecordingVisibilityDelegate | FAnimationScrubPanel_GetRecordingVisibility | Determines if the recording button should be visible | PersonaModule.h | |
| IsRecordingActiveDelegate | FAnimationScrubPanel_IsRecordingActive | Determines if recording is currently active | PersonaModule.h | |
| SetIsLoopingDelegate | FAnimationScrubPanel_SetIsLooping | Sets the playback looping flag | PersonaModule.h | |
| SetPlaybackModeDelegate | FAnimationScrubPanel_SetPlaybackMode | Sets the playback mode | PersonaModule.h | |
| SetPlaybackTimeDelegate | FAnimationScrubPanel_SetPlaybackTime | Seeks to a given time | PersonaModule.h | |
| StartRecordingDelegate | FAnimationScrubPanel_StartRecording | Starts the recording | PersonaModule.h | |
| StepBackwardDelegate | FAnimationScrubPanel_StepBackward | Steps on frame / key backward | PersonaModule.h | |
| StepForwardDelegate | FAnimationScrubPanel_StepForward | Steps on frame / key forward | PersonaModule.h | |
| StopRecordingDelegate | FAnimationScrubPanel_StopRecording | Stops the recording | PersonaModule.h |