FDataprepCoreUtils::IsClassValidForStepCreation

Check if class can be used to create a step for a Dataprep action

Windows
MacOS
Linux

References

Module

DataprepCore

Header

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/DataprepCoreUtils.h

Include

#include "DataprepCoreUtils.h"

Source

/Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/DataprepCoreUtils.cpp

Syntax

static bool IsClassValidForStepCreation
(
    const TSubclassOf< UDataprepParameterizableObject > & StepType,
    UClass *& OutValidRootClass,
    FText & OutMessageIfInvalid
)

Remarks

Check if class can be used to create a step for a Dataprep action

Parameters

Parameter

Description

StepType

The class for the creation of the step

OutValidRootClass

The valid root class if found.

OutMessageIfInvalid

A message to report if the class is invalid.

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