FAnalyticsVisualEditingModule

This module holds the base [UObject](API\Runtime\CoreUObject\UObject\UObject) class that allows visual editing of configuration settings in the Unreal Editor.

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

FAnalyticsVisualEditingModule

References

Module

AnalyticsVisualEditing

Header

/Engine/Source/Runtime/Analytics/AnalyticsVisualEditing/Public/AnalyticsVisualEditing.h

Include

#include "AnalyticsVisualEditing.h"

Syntax

class FAnalyticsVisualEditingModule : public IModuleInterface

Remarks

This module holds the base UObject class that allows visual editing of configuration settings in the Unreal Editor. This is needed because the settings need to be usable outside of the UObject framework so these objects wrap those settings for editor display purposes and write the non-UObject config property information out

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