Choose your operating system:
Windows
macOS
Linux
| FResourceArrayInterface
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/ResourceArray.h |
Include |
#include "Containers/ResourceArray.h" |
class FResourceArrayInterface
An element type independent interface to the resource array.
Name | Description | |
---|---|---|
|
~FResourceArrayInterface() |
Name | Description | ||
---|---|---|---|
|
Discard() |
Called on non-UMA systems after the RHI has copied the resource data, and no longer needs the CPU's copy. |
|
|
GetAllowCPUAccess() |
||
|
const void &... |
GetResourceData() |
|
|
GetResourceDataSize() |
||
|
const FTypeL... |
GetTypeLayout() |
|
|
IsStatic() |
||
|
SetAllowCPUAccess ( |
Sets whether the resource array will be accessed by CPU. |
|
|
CORE_API FTy... |
StaticGetTypeLayout() |
Name |
Description |
|
---|---|---|
|
InternalLinkType |
Name |
Description |
---|---|
DerivedType |
|
InternalBaseType |
Name |
Description |
---|---|
CounterBase |
|
InterfaceType |