Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/UStatePerObjectConfig
Description
Applies the specified config state, to an object implementing FStateStruct's. NOTE: Reflection does not work with multiple inheritance.
| Name | ApplyState |
| 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 void ApplyState
(
const FStructOnScope & ConfigState,
FStateStruct * TargetState
)
Parameters
| Name | Remarks |
|---|---|
| ConfigState | The configuration state containing the settings to be applied |
| TargetState | The object implementing FStateStruct, to apply the config settings to. |