UDatasmithContentBlueprintLibrary::GetDatasmithUserData

Get the Datasmith User Data of a given object

Windows
MacOS
Linux

References

Module

DatasmithContent

Header

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

Include

#include "DatasmithContentBlueprintLibrary.h"

Source

/Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Private/DatasmithContentBlueprintLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Datasmith User Data")
static UDatasmithAssetUserData * GetDatasmithUserData
(
    UObject * Object
)

Remarks

Get the Datasmith User Data of a given object

Returns

The Datasmith User Data if it exists; nullptr, otherwise

Parameters

Parameter

Description

Object

The Object from which to retrieve the Datasmith User Data.

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