Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/UStatePerObjectConfig
Description
Singleton for getting a named instance of this config section/object
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/Connection/StateStruct.h |
| Include Path | #include "Net/Core/Connection/StateStruct.h" |
| Source | /Engine/Source/Runtime/Net/Core/Private/Net/Core/Connection/StateStruct.cpp |
static const UStatePerObjectConfig * Get
(
FStateConfigParms ConfigParms
)
Returns a cached or newly created instance of the config section/object
Parameters
| Name | Remarks |
|---|---|
| ConfigParms | Specifies the parameters for the config section/object to get/create, and how it should be created |