FFrameNumber::FFrameNumber

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

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

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

Include

#include "Misc/FrameNumber.h"

Syntax

template<typename T, typename U>
constexpr FFrameNumber
(
    T InValue
)

Remarks

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