CanMakeComponentTarget

Determine whether a TargetComponent can be created for the given Component

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

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

Include

#include "ComponentSourceInterfaces.h"

Source

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Private/ComponentSourceInterfaces.cpp

Syntax

bool CanMakeComponentTarget
(
    UActorComponent * Component
)

Remarks

Determine whether a TargetComponent can be created for the given Component

Returns

bool signifying whether or not a ComponentTarget can be built

Parameters

Parameter

Description

Component

A UObject that we would like to use as tool target.

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