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

#include <EscalationStates.h>

Static Public Member Functions

static const TCHARGetConfigSection ()
 
static UClassGetBaseConfigClass ()
 

Detailed Description

template<class T>
struct TEscalationStateStatics< T >

Static interface which FEscalateState subclasses must implement (called during construction, so virtuals won't do)

Member Function Documentation

◆ GetBaseConfigClass()

template<class T >
static UClass * TEscalationStateStatics< T >::GetBaseConfigClass ( )
inlinestatic

Gets the UEscalationManagerConfig subclass escalation states are associated with

◆ GetConfigSection()

template<class T >
static const TCHAR * TEscalationStateStatics< T >::GetConfigSection ( )
inlinestatic

Gets the base configuration section name escalation states will use (not the full/complete section name)


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