FDataprepCoreUtils::GetDataprepAssetOfObject

Return the Dataprep asset that own the object, if the object is part of a Dataprep asset

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 UDataprepAsset * GetDataprepAssetOfObject
(
    UObject * Object
)

Remarks

Return the Dataprep asset that own the object, if the object is part of a Dataprep asset

Returns

nullptr if the object is not a part of a Dataprep asset

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