UObject::MarkAsEditorOnlySubobject

Called during subobject creation to mark this component as editor only, which causes it to get stripped in packaged builds

Windows
MacOS
Linux

Override Hierarchy

UObject::MarkAsEditorOnlySubobject()

UActorComponent::MarkAsEditorOnlySubobject()

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h

Include

#include "UObject/Object.h"

Syntax

virtual void MarkAsEditorOnlySubobject()

Remarks

Called during subobject creation to mark this component as editor only, which causes it to get stripped in packaged builds

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