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 GetCopy
&40;
TArray< uint32 > & OutIndices
&41; const
Remarks
Retrieve a copy of the indices in this buffer. Only valid if created with NeedsCPUAccess set to true or the resource has not yet been initialized.
Parameters
| Name | Description |
|---|---|
| OutIndices | Array in which to store the copy of the indices. |