Navigation
API > API/Editor > API/Editor/KismetWidgets > API/Editor/KismetWidgets/SScrubWidget
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int32 GetDivider
(
float InputMinX, |
SScrubWidget.h | ||
static int32 GetDivider
(
float InputMinX, |
This function is used by a few random widgets and is mostly arbitrary. It could be moved anywhere. | SScrubWidget.h |
GetDivider(float, float, FVector2D, float, int32)
| Name | GetDivider |
| Type | function |
| Header File | /Engine/Source/Editor/KismetWidgets/Public/SScrubWidget.h |
| Include Path | #include "SScrubWidget.h" |
| Source | /Engine/Source/Editor/KismetWidgets/Private/SScrubWidget.cpp |
static int32 GetDivider
(
float InputMinX,
float InputMaxX,
FVector2D WidgetSize,
float SequenceLength,
int32 NumFrames
)
GetDivider(float, float, FVector2f, float, int32)
Description
This function is used by a few random widgets and is mostly arbitrary. It could be moved anywhere.
| Name | GetDivider |
| Type | function |
| Header File | /Engine/Source/Editor/KismetWidgets/Public/SScrubWidget.h |
| Include Path | #include "SScrubWidget.h" |
| Source | /Engine/Source/Editor/KismetWidgets/Private/SScrubWidget.cpp |
static int32 GetDivider
(
float InputMinX,
float InputMaxX,
FVector2f WidgetSize,
float SequenceLength,
int32 NumFrames
)