FSceneViewStateReference

Class used to reference an [FSceneViewStateInterface](API\Runtime\Engine\FSceneViewStateInterface) that allows destruction and recreation of all [FSceneViewStateInterface](API\Runtime\Engine\FSceneViewStateInterface)'s when needed.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SceneTypes.h

Include

#include "SceneTypes.h"

Syntax

class FSceneViewStateReference

Remarks

Class used to reference an FSceneViewStateInterface that allows destruction and recreation of all FSceneViewStateInterface's when needed. This is used to support reloading the renderer module on the fly.

Constructors

Name Description

Public function

FSceneViewStateReference()

Destructors

Name Description

Public function Virtual

~FSceneViewStateReference()

Functions

Name Description

Public function

void

 

Allocate()

Allocates the Scene view state.

Public function Static

void

 

AllocateAll()

Recreates all view states in the global list.

Public function

void

 

Destroy()

Destorys the Scene view state.

Public function Static

void

 

DestroyAll()

Destroys all view states, but does not remove them from the linked list.

Public function

FSceneViewSt...

 

GetReference()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss