Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ISceneViewExtension
Description
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.
Derived Overrides
| Name | IsActiveThisFrame |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/SceneViewExtension.h |
| Include Path | #include "SceneViewExtension.h" |
virtual bool IsActiveThisFrame
(
const FSceneViewExtensionContext & Context
) const