UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAIBasicCounter< TCounterType > Struct Template Reference

#include <AITypes.h>

Public Types

typedef TCounterType Type
 

Public Member Functions

 FAIBasicCounter ()
 
Type GetNextAvailableID ()
 
uint32 GetSize () const
 
void OnIndexForced (Type ForcedIndex)
 

Protected Attributes

Type NextAvailableID
 

Member Typedef Documentation

◆ Type

Constructor & Destructor Documentation

◆ FAIBasicCounter()

Member Function Documentation

◆ GetNextAvailableID()

template<typename TCounterType >
Type FAIBasicCounter< TCounterType >::GetNextAvailableID ( )
inline

◆ GetSize()

template<typename TCounterType >
uint32 FAIBasicCounter< TCounterType >::GetSize ( ) const
inline

◆ OnIndexForced()

template<typename TCounterType >
void FAIBasicCounter< TCounterType >::OnIndexForced ( Type  ForcedIndex)
inline

Member Data Documentation

◆ NextAvailableID

template<typename TCounterType >
Type FAIBasicCounter< TCounterType >::NextAvailableID
protected

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