ALandscapeGizmoActor::EditorCanAttachTo

Returns true if this actor is allowed to be attached to the given actor

Windows
MacOS
Linux

Override Hierarchy

AActor::EditorCanAttachTo()

ALandscapeGizmoActor::EditorCanAttachTo()

References

Module

Landscape

Header

/Engine/Source/Runtime/Landscape/Classes/LandscapeGizmoActor.h

Include

#include "LandscapeGizmoActor.h"

Syntax

virtual bool EditorCanAttachTo
(
    const AActor * InParent,
    FText & OutReason
) const

Remarks

Returns true if this actor is allowed to be attached to the given actor

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