FFrameNumber

Typesafe 32-bit signed frame number.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/FrameNumber.h

Include

#include "Misc/FrameNumber.h"

Syntax

struct FFrameNumber

Remarks

Typesafe 32-bit signed frame number. Defined in this way to prevent erroneous float->int conversions and afford type-safe operator overloading.

Variables

Name Description

Public variable

int32

 

Value

The value of the frame number

Constructors

Name Description

Public function

FFrameNumber()

Public function

FFrameNumber

(
    T InValue
)

Implicit construction from a signed integer frame number, whilst disallowing any construction from other types.

Functions

Name Description

Public function

bool

 

Serialize

(
    FArchive& Ar
)

Operators

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss