![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <StateStruct.h>
Public Attributes | |
| const TCHAR * | ConfigSection = nullptr |
| FString | ConfigContext |
| UClass * | ConfigClass = nullptr |
| UStruct * | StateStruct = nullptr |
Parameters for creating/getting and initializing a new UStatePerObjectConfig instance
| UClass* FStateConfigParms::ConfigClass = nullptr |
The UStatePerObjectConfig subclass which will be created
| FString FStateConfigParms::ConfigContext |
Additional context for the configuration section (e.g. the NetDriver name, if configuration differs between NetDriver's)
| const TCHAR* FStateConfigParms::ConfigSection = nullptr |
The base configuration section name to use (not the full/complete section name)
| UStruct* FStateConfigParms::StateStruct = nullptr |
The FStateStruct subclass struct object (StaticStruct), which will be used for initializing new states