UDatasmithCustomActionBase::CanApplyOnActors

Called by Datasmith when we displays potential action for some actors (eg. when the context menu of the level editor is used).

Windows
MacOS
Linux

Override Hierarchy

References

Module

DatasmithContent

Header

/Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/DatasmithCustomAction.h

Include

#include "DatasmithCustomAction.h"

Syntax

virtual bool CanApplyOnActors
(
    const TArray< AActor * > & SelectedActors
)

Remarks

Called by Datasmith when we displays potential action for some actors (eg. when the context menu of the level editor is used).

Returns

true when this action is applicable on the given set

Parameters

Parameter

Description

SelectedActors

Set of candidate actors for processing

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