UActorActionUtility

Base class for all actor action-related utilities Any functions/events that are exposed on derived classes that have the correct signature will be included as menu options when right-clicking on a group of actors in the level editor.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Blutility

Header

/Engine/Source/Editor/Blutility/Classes/ActorActionUtility.h

Include

#include "ActorActionUtility.h"

Syntax

class UActorActionUtility :
    public UEditorUtilityObject,
    public IEditorUtilityExtension

Remarks

Base class for all actor action-related utilities Any functions/events that are exposed on derived classes that have the correct signature will be included as menu options when right-clicking on a group of actors in the level editor.

Functions

Name Description

Public function Const

UClass *

 

GetSupportedClass()

Return the class that this actor action supports. Leave this blank to support all actor classes.

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