UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Dataflow::FTimestamp Struct Reference

#include <DataflowContextCache.h>

Public Types

typedef uint64 Type
 

Public Member Functions

 FTimestamp (Type InValue)
 
bool operator>= (const FTimestamp &InTimestamp) const
 
bool operator< (const FTimestamp &InTimestamp) const
 
bool operator== (const FTimestamp &InTimestamp) const
 
bool IsInvalid ()
 
bool IsInvalid () const
 

Static Public Member Functions

static DATAFLOWCORE_API Type Current ()
 

Public Attributes

Type Value = Type(0)
 

Static Public Attributes

static DATAFLOWCORE_API Type Invalid = 0
 

Member Typedef Documentation

◆ Type

Constructor & Destructor Documentation

◆ FTimestamp()

UE::Dataflow::FTimestamp::FTimestamp ( Type  InValue)
inline

Member Function Documentation

◆ Current()

uint64 UE::Dataflow::FTimestamp::Current ( )
static

◆ IsInvalid() [1/2]

bool UE::Dataflow::FTimestamp::IsInvalid ( )
inline

◆ IsInvalid() [2/2]

bool UE::Dataflow::FTimestamp::IsInvalid ( ) const
inline

◆ operator<()

bool UE::Dataflow::FTimestamp::operator< ( const FTimestamp InTimestamp) const
inline

◆ operator==()

bool UE::Dataflow::FTimestamp::operator== ( const FTimestamp InTimestamp) const
inline

◆ operator>=()

bool UE::Dataflow::FTimestamp::operator>= ( const FTimestamp InTimestamp) const
inline

Member Data Documentation

◆ Invalid

uint64 UE::Dataflow::FTimestamp::Invalid = 0
static

◆ Value

Type UE::Dataflow::FTimestamp::Value = Type(0)

The documentation for this struct was generated from the following files: