FSceneViewExtensionBase

Inherit from this class to make a view extension.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SceneViewExtension.h

Include

#include "SceneViewExtension.h"

Syntax

class FSceneViewExtensionBase :
    public ISceneViewExtension,
    public TSharedFromThis< FSceneViewExtensionBase, ESPMode::ThreadSafe >

Remarks

Inherit from this class to make a view extension.

Variables

Name Description

Public variable

TArray< FSceneV...

 

IsActiveThisFrameFunctions

Array of Functors that can be used to activate an extension for the current frame and given context.

Constructors

Name Description

Public function

FSceneViewExtensionBase

(
    const FAutoRegister&
)

Destructors

Name Description

Public function Virtual

~FSceneViewExtensionBase()

Overridden from ISceneViewExtension

Name Description

Public function Virtual Const

bool

 

IsActiveThisFrame

(
    const FSceneViewExtensionContext& ...
)

Determines if the extension should be active for the current frame and given context.

Protected function Virtual Const

bool

 

IsActiveThisFrame_Internal

(
    const FSceneViewExtensionContext& ...
)

Temporary override so that old behaviour still functions. Will be removed along with IsActiveThisFrame(FViewport*).

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