ISceneViewExtension::IsActiveThisFrame

Returning false disables the extension for the current frame in the given context.

Windows
MacOS
Linux

Override Hierarchy

ISceneViewExtension::IsActiveThisFrame()

FSceneViewExtensionBase::IsActiveThisFrame()

References

Module

Engine

Header

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

Include

#include "SceneViewExtension.h"

Syntax

virtual bool IsActiveThisFrame
(
    const FSceneViewExtensionContext & Context
) const

Remarks

Returning false disables the extension for the current frame in the given context. This will be queried each frame to determine if the extension wants to run.

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