Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/IRendererModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSceneViewStateInterface * AllocateViewState
(
ERHIFeatureLevel::Type FeatureLevel |
Allocates a new instance of the private scene manager implementation of FSceneViewStateInterface | RendererInterface.h | |
FSceneViewStateInterface * AllocateViewState
(
ERHIFeatureLevel::Type FeatureLevel, |
RendererInterface.h |
AllocateViewState(ERHIFeatureLevel::Type)
Description
Allocates a new instance of the private scene manager implementation of FSceneViewStateInterface
| Name | AllocateViewState |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RendererInterface.h |
| Include Path | #include "RendererInterface.h" |
FSceneViewStateInterface * AllocateViewState
(
ERHIFeatureLevel::Type FeatureLevel
)
AllocateViewState(ERHIFeatureLevel::Type, FSceneViewStateInterface *)
| Name | AllocateViewState |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RendererInterface.h |
| Include Path | #include "RendererInterface.h" |
FSceneViewStateInterface * AllocateViewState
(
ERHIFeatureLevel::Type FeatureLevel,
FSceneViewStateInterface * ShareOriginTarget
)