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

#include <StateStruct.h>

Public Attributes

const TCHARConfigSection = nullptr
 
FString ConfigContext
 
UClassConfigClass = nullptr
 
UStructStateStruct = nullptr
 

Detailed Description

Parameters for creating/getting and initializing a new UStatePerObjectConfig instance

Member Data Documentation

◆ ConfigClass

UClass* FStateConfigParms::ConfigClass = nullptr

The UStatePerObjectConfig subclass which will be created

◆ ConfigContext

FString FStateConfigParms::ConfigContext

Additional context for the configuration section (e.g. the NetDriver name, if configuration differs between NetDriver's)

◆ ConfigSection

const TCHAR* FStateConfigParms::ConfigSection = nullptr

The base configuration section name to use (not the full/complete section name)

◆ StateStruct

UStruct* FStateConfigParms::StateStruct = nullptr

The FStateStruct subclass struct object (StaticStruct), which will be used for initializing new states


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