![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RepLayout.h>
Inheritance diagram for FRepStateStaticBuffer:Public Member Functions | |
| FRepStateStaticBuffer (FRepStateStaticBuffer &&InStaticBuffer) | |
| ~FRepStateStaticBuffer () | |
| uint8 * | GetData () |
| const uint8 * | GetData () const |
| int32 | Num () const |
| void | CountBytes (FArchive &Ar) const |
| void | Empty () |
Friends | |
| class | FRepLayout |
Additional Inherited Members | |
Protected Member Functions inherited from FNoncopyable | |
| FNoncopyable () | |
| ~FNoncopyable () | |
Holds deep copies of replicated property data for objects. The term "shadow data" is often used in code to refer to memory stored in one of these buffers. Note, dynamic memory allocated by the properties (such as Arrays or Maps) will still be dynamically allocated elsewhere, and the buffer will hold pointers to the dynamic memory (or containers, etc.)
When necessary, use FRepShadowDataBuffer or FConstRepShadowDataBuffer to wrap this object's data. Never use FRepObjectDataBuffer or FConstRepObjectDataBuffer as the shadow memory layout is not guaranteed to match an object's layout.
|
inline |
| FRepStateStaticBuffer::~FRepStateStaticBuffer | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |