Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/IRendererModule
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RendererInterface.h |
| Include | #include "RendererInterface.h" |
FSceneInterface * AllocateScene
(
UWorld * World,
bool bInRequiresHitProxies,
bool bCreateFXSystem,
ERHIFeatureLevel::Type InFeatureLevel
)
Remarks
Allocates a new instance of the private FScene implementation for the given world.
Parameters
| Name | Description |
|---|---|
| World | An optional world to associate with the scene. |
| bInRequiresHitProxies | Indicates that hit proxies should be rendered in the scene. |