FSceneViewExtensionIsActiveFunctor

Contains the [TFunction](API\Runtime\Core\GenericPlatform\TFunction) that determines if a scene view extension should be valid in the given context given for the current frame.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SceneViewExtensionContext.h

Include

#include "SceneViewExtensionContext.h"

Syntax

struct FSceneViewExtensionIsActiveFunctor

Remarks

Contains the TFunction that determines if a scene view extension should be valid in the given context given for the current frame. It also contains Guid to help identify it, given that we can't directly compare TFunctions.

Variables

Name Description

Public variable

TSceneViewExten...

 

IsActiveFunction

This is the lambda function used to determine if the Scene View Extension should be active or not.

Constructors

Name Description

Public function

FSceneViewExtensionIsActiveFunctor()

Constructor.

Functions

Name Description

Public function

FGuid

 

GetGuid()

Returns the Guid of this Functor.

Operators

Name Description

Public function Const

TOptional< b...

 

operator()

(
    const ISceneViewExtension* Sce...,
    const FSceneViewExtensionContext& ...
)

Make this a functor so that it behaves like the lambda it carries.

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