SScrubWidget::GetDivider

This function is used by a few random widgets and is mostly arbitrary. It could be moved anywhere.

Unreal Engine C++ API Reference > Editor > KismetWidgets > SScrubWidget

References

   
Module KismetWidgets
Header /Engine/Source/Editor/KismetWidgets/Public/SScrubWidget.h
Include #include "SScrubWidget.h"
Source /Engine/Source/Editor/KismetWidgets/Private/SScrubWidget.cpp
static int32 GetDivider
(
    float InputMinX,
    float InputMaxX,
    FVector2D WidgetSize,
    float SequenceLength,
    int32 NumFrames
)

Remarks

This function is used by a few random widgets and is mostly arbitrary. It could be moved anywhere.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library