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 |
FRawStaticIndexBuffer
(
bool InNeedsCPUAccess
)
Remarks
Initialization constructor.
Parameters
Name | Description |
---|---|
InNeedsCPUAccess | True if resource array data should be accessible by the CPU. |