UMyPluginObject

Example of declaring a [UObject](API\Runtime\CoreUObject\UObject\UObject) in a plugin module

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

UObjectPlugin

Header

/Engine/Plugins/Developer/UObjectPlugin/Source/UObjectPlugin/Classes/MyPluginObject.h

Include

#include "MyPluginObject.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)()
class UMyPluginObject : public UObject

Remarks

Example of declaring a UObject in a plugin module

Constructors

Name Description

Public function

UMyPluginObject

(
    const FObjectInitializer& ObjectIn...
)

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