Navigation
API > API/Runtime > API/Runtime/Engine
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
| Type | Name | Description | |
|---|---|---|---|
| TSceneViewExtensionIsActiveFunction | IsActiveFunction | This is the lambda function used to determine if the Scene View Extension should be active or not. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor. |
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| TOptional< bool > | operator()
(
const ISceneViewExtension* SceneViewExtension, |
Make this a functor so that it behaves like the lambda it carries. |