Navigation
API > API/Plugins > API/Plugins/MetaHumanCalibrationCore
| Name | SMetaHumanImageViewerScrubber |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCalibrationProcessing/Source/MetaHumanCalibrationCore/Public/Widgets/SMetaHumanImageViewerScrubber.h |
| Include Path | #include "Widgets/SMetaHumanImageViewerScrubber.h" |
Syntax
class SMetaHumanImageViewerScrubber :
public SCompoundWidget ,
public IFrameStateProvider
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SMetaHumanImageViewerScrubber
- FSlateControlledConstruction → SWidget → SCompoundWidget → SMetaHumanImageViewerScrubber
Implements Interfaces
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FrameRate | double | Widgets/SMetaHumanImageViewerScrubber.h | ||
| FrameStates | TMap< int32, EFrameState::Type > | Widgets/SMetaHumanImageViewerScrubber.h | ||
| Scrubber | TSharedPtr< SSlider > | Widgets/SMetaHumanImageViewerScrubber.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Widgets/SMetaHumanImageViewerScrubber.h | ||
float GetValue() |
SSlider API. | Widgets/SMetaHumanImageViewerScrubber.h | |
void RemoveFrameState
(
int32 InFrameNumber |
Widgets/SMetaHumanImageViewerScrubber.h | ||
void RemoveFrameStates() |
Widgets/SMetaHumanImageViewerScrubber.h | ||
void SetFrameState
(
int32 InFrameNumber, |
Widgets/SMetaHumanImageViewerScrubber.h | ||
void SetFrameStates
(
const TMap< int32, EFrameState::Type >& InFrameStates |
Widgets/SMetaHumanImageViewerScrubber.h | ||
void SetMinAndMaxValues
(
float InMinValue, |
Widgets/SMetaHumanImageViewerScrubber.h | ||
void SetValue
(
float InValue |
Widgets/SMetaHumanImageViewerScrubber.h |
Overridden from IFrameStateProvider
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const TMap< int32, EFrameState::Type > & GetFrameStates() |
Widgets/SMetaHumanImageViewerScrubber.h | ||
virtual int32 GetNumberOfFrames() |
Widgets/SMetaHumanImageViewerScrubber.h |