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

#include <PrimitiveComponentHelper.h>

Static Public Member Functions

template<class T >
static FPrimitiveMaterialPropertyDescriptor GetUsedMaterialPropertyDesc (const T &Component, EShaderPlatform InShaderPlatform)
 
template<class T >
static void GetNavigationData (const T &Component, FNavigationRelevantData &OutData)
 
template<class T >
static void AddNavigationModifier (const T &Component, FNavigationRelevantData &OutData)
 

Detailed Description

Helper class used to share implementation for different PrimitiveComponent types

Member Function Documentation

◆ AddNavigationModifier()

template<class T >
void FPrimitiveComponentHelper::AddNavigationModifier ( const T &  Component,
FNavigationRelevantData OutData 
)
static

◆ GetNavigationData()

template<class T >
void FPrimitiveComponentHelper::GetNavigationData ( const T &  Component,
FNavigationRelevantData OutData 
)
static

◆ GetUsedMaterialPropertyDesc()

template<class T >
FPrimitiveMaterialPropertyDescriptor FPrimitiveComponentHelper::GetUsedMaterialPropertyDesc ( const T &  Component,
EShaderPlatform  InShaderPlatform 
)
static

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