UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Chaos::FFrameAndPhase Struct Reference

#include <RewindData.h>

Public Types

enum  EParticleHistoryPhase : uint8 { PrePushData = 0 , PostPushData , PostCallbacks , NumPhases }
 

Public Member Functions

bool operator< (const FFrameAndPhase &Other) const
 
bool operator<= (const FFrameAndPhase &Other) const
 
bool operator== (const FFrameAndPhase &Other) const
 

Public Attributes

int32 Frame: 30
 
uint32 Phase: 2
 

Member Enumeration Documentation

◆ EParticleHistoryPhase

Enumerator
PrePushData 
PostPushData 
PostCallbacks 
NumPhases 

Member Function Documentation

◆ operator<()

bool Chaos::FFrameAndPhase::operator< ( const FFrameAndPhase Other) const
inline

◆ operator<=()

bool Chaos::FFrameAndPhase::operator<= ( const FFrameAndPhase Other) const
inline

◆ operator==()

bool Chaos::FFrameAndPhase::operator== ( const FFrameAndPhase Other) const
inline

Member Data Documentation

◆ Frame

int32 Chaos::FFrameAndPhase::Frame

◆ Phase

uint32 Chaos::FFrameAndPhase::Phase

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