AInternalToolFrameworkActor

[AInternalToolFrameworkActor](API\Runtime\InteractiveToolsFramework\AInternalToolFrameworkActor) is a base class for internal Actors that the ToolsFramework may spawn (for gizmos, mesh previews, etc).

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/InteractiveToolObjects.h

Include

#include "InteractiveToolObjects.h"

Syntax

class AInternalToolFrameworkActor : public AActor

Remarks

AInternalToolFrameworkActor is a base class for internal Actors that the ToolsFramework may spawn (for gizmos, mesh previews, etc). These Actors may need special-case handling, for example to prevent the user from selecting and deleting them.

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