Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor > API/Plugins/MLDeformerFrameworkEditor/FMLDeformerEditorModel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetScrubPosition
(
FFrameTime NewScrubPosition |
Set the current scrub position. | MLDeformerEditorModel.h | |
void SetScrubPosition
(
FFrameNumber NewScrubPosition |
Set the current scrub position. | MLDeformerEditorModel.h | |
void SetScrubPosition
(
FFrameTime NewScrubPosition, |
MLDeformerEditorModel.h | ||
void SetScrubPosition
(
FFrameNumber NewScrubPosition, |
MLDeformerEditorModel.h |
SetScrubPosition(FFrameTime)
Description
Set the current scrub position.
| Name | SetScrubPosition |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerEditorModel.h |
| Include Path | #include "MLDeformerEditorModel.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Private/MLDeformerEditorModel.cpp |
void SetScrubPosition
(
FFrameTime NewScrubPosition
)
SetScrubPosition(FFrameNumber)
Description
Set the current scrub position.
| Name | SetScrubPosition |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerEditorModel.h |
| Include Path | #include "MLDeformerEditorModel.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Private/MLDeformerEditorModel.cpp |
void SetScrubPosition
(
FFrameNumber NewScrubPosition
)
SetScrubPosition(FFrameTime, bool)
| Name | SetScrubPosition |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerEditorModel.h |
| Include Path | #include "MLDeformerEditorModel.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Private/MLDeformerEditorModel.cpp |
void SetScrubPosition
(
FFrameTime NewScrubPosition,
bool bIsScrubbing
)
SetScrubPosition(FFrameNumber, bool)
| Name | SetScrubPosition |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerEditorModel.h |
| Include Path | #include "MLDeformerEditorModel.h" |
| Source | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Private/MLDeformerEditorModel.cpp |
void SetScrubPosition
(
FFrameNumber NewScrubPosition,
bool bIsScrubbing
)