EComponentCreateAction::Type

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/SComponentClassCombo.h

Include

#include "SComponentClassCombo.h"

Syntax

namespace EComponentCreateAction
{
    enum Type
    {
        CreateNewCPPClass,
        CreateNewBlueprintClass,
        SpawnExistingClass,
    }
}

Values

Name

Description

CreateNewCPPClass

Create a new C++ class based off the specified ActorComponent class and then add it to the tree

CreateNewBlueprintClass

Create a new blueprint class based off the specified ActorComponent class and then add it to the tree

SpawnExistingClass

Spawn a new instance of the specified ActorComponent class and then add it to the tree

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