Navigation
Unreal Engine C++ API Reference > 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 |
FIndexArrayView GetArrayView&40;&41; const
Remarks
Retrieves an array view in to the index buffer. The array view allows code to retrieve indices as 32-bit regardless of how they are stored internally without a copy. The array view is valid only if: The buffer was created with NeedsCPUAccess = true OR the resource has not yet been initialized AND SetIndices has not been called since.