![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <NetObjectFilter.h>
Public Attributes | |
| const uint32 * | ObjectIndices = nullptr |
| uint32 | ObjectCount = 0 |
| TArrayView< FNetObjectFilteringInfo > | FilteringInfos |
Parameters passed to the filter's UpdateObjects() call.
| TArrayView<FNetObjectFilteringInfo> FNetObjectFilterUpdateParams::FilteringInfos |
Infos for all objects. Index using ObjectIndices[0..ObjectCount-1].
| uint32 FNetObjectFilterUpdateParams::ObjectCount = 0 |
The number of objects that have been updated.
| const uint32* FNetObjectFilterUpdateParams::ObjectIndices = nullptr |
Indices of the updated objects.