Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Net > FRepLayout
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/Net/RepLayout.h |
Include | #include "Net/RepLayout.h" |
Source | /Engine/Source/Runtime/Engine/Private/RepLayout.cpp |
void FilterChangeList
&40;
const TArray< uint16 > & Changelist,
const TBitArray<> & InactiveParentHandles,
TArray< uint16 > & OutInactiveProperties,
TArray< uint16 > & OutActiveProperties
&41; const
Remarks
Splits a given Changelist into an Inactive Change List and an Active Change List.
Parameters
Name | Description |
---|---|
Changelist | The Changelist to filter. |
InactiveParentHandles | The set of ParentCmd Indices that are not active. |
OutInactiveProperties | The properties found to be inactive. |
OutActiveProperties | The properties found to be active. |