Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHIViewport
Description
Deletes a platform-level native layer created by CreateNativeLayer. Right now this is only implemented in MetalRHI for macOS NSView interop with Slate.
| Name | DeleteNativeLayer |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include Path | #include "RHIResources.h" |
virtual void DeleteNativeLayer
(
int32 OldNativeLayer
)