PreAllocateRepList

To be called by projects to preallocate replication lists.

Windows
MacOS
Linux

Deprecated

  • The RepList allocator is not used anymore so preallocating is not needed.

References

Module

ReplicationGraph

Header

/Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraphTypes.h

Include

#include "ReplicationGraphTypes.h"

Source

/Engine/Plugins/Runtime/ReplicationGraph/Source/Private/ReplicationGraphTypes.cpp

Syntax

void PreAllocateRepList
(
    int32 ListSize,
    int32 NumLists
)

Remarks

To be called by projects to preallocate replication lists. This isn't strictly necessary: lists will be allocated on demand as well.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss