UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
dtFixedArray< T > Class Template Reference

#include <DetourTileCacheBuilder.h>

Public Member Functions

 dtFixedArray (dtTileCacheAlloc *a, const int s)
 
 ~dtFixedArray ()
 
 operator T* ()
 
int size () const
 
void set (unsigned char v)
 

Constructor & Destructor Documentation

◆ dtFixedArray()

template<class T >
dtFixedArray< T >::dtFixedArray ( dtTileCacheAlloc a,
const int  s 
)
inline

◆ ~dtFixedArray()

template<class T >
dtFixedArray< T >::~dtFixedArray ( )
inline

Member Function Documentation

◆ operator T*()

template<class T >
dtFixedArray< T >::operator T* ( )
inline

◆ set()

template<class T >
void dtFixedArray< T >::set ( unsigned char  v)
inline

◆ size()

template<class T >
int dtFixedArray< T >::size ( ) const
inline

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