UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FComponentVelocityData Class Reference

#include <ScenePrivate.h>

Public Attributes

FPrimitiveSceneInfoPrimitiveSceneInfo
 
FMatrix LocalToWorld
 
FMatrix PreviousLocalToWorld
 
uint64 LastFrameUsed
 
uint64 LastFrameUpdated
 
bool bPreviousLocalToWorldValid = false
 

Detailed Description

Velocity state for a single component.

Member Data Documentation

◆ bPreviousLocalToWorldValid

bool FComponentVelocityData::bPreviousLocalToWorldValid = false

◆ LastFrameUpdated

uint64 FComponentVelocityData::LastFrameUpdated

◆ LastFrameUsed

uint64 FComponentVelocityData::LastFrameUsed
mutable

◆ LocalToWorld

FMatrix FComponentVelocityData::LocalToWorld

◆ PreviousLocalToWorld

FMatrix FComponentVelocityData::PreviousLocalToWorld

◆ PrimitiveSceneInfo

FPrimitiveSceneInfo* FComponentVelocityData::PrimitiveSceneInfo

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