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

#include <ScenePrivate.h>

+ Inheritance diagram for FPrimitiveOcclusionHistoryKeyFuncs:

Public Types

typedef FPrimitiveOcclusionHistoryKey KeyInitType
 
- Public Types inherited from BaseKeyFuncs< FPrimitiveOcclusionHistory, FPrimitiveOcclusionHistoryKey >
enum  
 
typedef FPrimitiveOcclusionHistoryKey KeyType
 
typedef TCallTraits< FPrimitiveOcclusionHistoryKey >::ParamType KeyInitType
 
typedef TCallTraits< FPrimitiveOcclusionHistory >::ParamType ElementInitType
 

Static Public Member Functions

static KeyInitType GetSetKey (const FPrimitiveOcclusionHistory &Element)
 
static bool Matches (KeyInitType A, KeyInitType B)
 
static uint32 GetKeyHash (KeyInitType Key)
 

Detailed Description

Defines how the hash set indexes the FPrimitiveOcclusionHistory objects.

Member Typedef Documentation

◆ KeyInitType

Member Function Documentation

◆ GetKeyHash()

static uint32 FPrimitiveOcclusionHistoryKeyFuncs::GetKeyHash ( KeyInitType  Key)
inlinestatic

◆ GetSetKey()

static KeyInitType FPrimitiveOcclusionHistoryKeyFuncs::GetSetKey ( const FPrimitiveOcclusionHistory Element)
inlinestatic

◆ Matches()

static bool FPrimitiveOcclusionHistoryKeyFuncs::Matches ( KeyInitType  A,
KeyInitType  B 
)
inlinestatic

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