FEnvironmentQueryEditorModule::CreateEnvironmentQueryEditor

Creates an instance of EQS editor. Only virtual so that it can be called across the DLL boundary.

Windows
MacOS
Linux

References

Module

EnvironmentQueryEditor

Header

/Engine/Source/Editor/EnvironmentQueryEditor/Public/EnvironmentQueryEditorModule.h

Include

#include "EnvironmentQueryEditorModule.h"

Source

/Engine/Source/Editor/EnvironmentQueryEditor/Private/EnvironmentQueryEditorModule.cpp

Syntax

virtual TSharedRef< IEnvironmentQueryEditor > CreateEnvironmentQueryEditor
(
    const EToolkitMode::Type Mode,
    const TSharedPtr< class IToolkitHost > & InitToolkitHost,
    class UEnvQuery * Query
)

Remarks

Creates an instance of EQS editor. Only virtual so that it can be called across the DLL boundary.

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