Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/MovieSceneTools/Public/CommonMovieSceneTools.h |
Include |
#include "CommonMovieSceneTools.h" |
struct FTimeToPixel
Utility for converting time units to slate pixel units and vice versa
Name | Description | |
---|---|---|
|
FTimeToPixel ( |
Name | Description | ||
---|---|---|---|
|
float |
FrameDeltaToPixel ( |
Converts a frame delta value to pixel delta |
|
float |
FrameToPixel ( |
Converts a frame time to a pixel point relative to the geometry of a widget (passed into the constructor) |
|
GetTickResolution() |
Retrieve the tick resolution of the current sequence |
|
|
PixelDeltaToFrame ( |
Converts a pixel delta value to delta frame time |
|
|
PixelToFrame ( |
Converts a pixel value to frame time |
|
|
double |
PixelToSeconds ( |
Converts a pixel value to time |
|
float |
SecondsDeltaToPixel ( |
Converts a time delta to a pixel delta |
|
float |
SecondsToPixel ( |
Converts a time to a pixel point relative to the geometry of a widget (passed into the constructor) |