Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FRawStaticIndexBuffer
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/RawIndexBuffer.h |
Include | #include "RawIndexBuffer.h" |
Source | /Engine/Source/Runtime/Engine/Private/RawIndexBuffer.cpp |
void Serialize
(
FArchive & Ar,
bool bNeedsCPUAccess
)
Remarks
Serialization.
Parameters
Name | Description |
---|---|
Ar | Archive to serialize with |
bNeedsCPUAccess | Whether the elements need to be accessed by the CPU |