UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ExponentialHeightFogStateStream.h File Reference
#include "EngineDefines.h"
#include "ExponentialHeightFogStateStreamHandle.h"
#include "Rendering/ExponentialHeightFogData.h"
#include "StateStreamDefinitions.h"
#include "TransformStateStreamMath.h"
#include "ExponentialHeightFogStateStream.generated.h"

Go to the source code of this file.

Classes

struct  FExponentialHeightFogStaticState
 
struct  FExponentialHeightFogDynamicState
 
class  IExponentialHeightFogStateStream
 

Functions

bool StateStreamEquals (const FExponentialHeightFogData &A, const FExponentialHeightFogData &B)
 
void StateStreamInterpolate (FStateStreamInterpolateContext &Context, FExponentialHeightFogData &Out, const FExponentialHeightFogData &From, const FExponentialHeightFogData &To)
 

Variables

constexpr uint32 ExponentialHeightFogStateStreamId = 7
 

Function Documentation

◆ StateStreamEquals()

bool StateStreamEquals ( const FExponentialHeightFogData A,
const FExponentialHeightFogData B 
)
inline

◆ StateStreamInterpolate()

void StateStreamInterpolate ( FStateStreamInterpolateContext Context,
FExponentialHeightFogData Out,
const FExponentialHeightFogData From,
const FExponentialHeightFogData To 
)
inline

Variable Documentation

◆ ExponentialHeightFogStateStreamId

constexpr uint32 ExponentialHeightFogStateStreamId = 7
inlineconstexpr