Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TResourceArray
- FResourceArrayInterface::Discard()
- TResourceArray::Discard()
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/DynamicRHIResourceArray.h |
| Include | #include "Containers/DynamicRHIResourceArray.h" |
virtual void Discard&40;&41;
Remarks
Called on non-UMA systems after the RHI has copied the resource data, and no longer needs the CPU's copy. Only discard the resource memory on clients, and if the CPU doesn't need access to it. Non-clients can't discard the data because they may need to serialize it.