Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FRepLayout
| |
|
| Name |
SendCustomDeltaProperty |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Engine/Public/Net/RepLayout.h |
| Include Path |
#include "Net/RepLayout.h" |
| Source |
/Engine/Source/Runtime/Engine/Private/RepLayout.cpp |
bool SendCustomDeltaProperty
(
FNetDeltaSerializeInfo & Params,
const uint16 CustomDeltaIndex
) const
Parameters
| Name |
Remarks |
| CustomDeltaIndex |
The index of the Custom Delta Property. This is not the same as FProperty::RepIndex! |
See Also
- FLifetimeCustomDeltaState.