UDatasmithContentBlueprintLibrary::GetDatasmithUserDataValueForKey

Get the value of the given key for the Datasmith User Data of the 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 FString GetDatasmithUserDataValueForKey
(
    UObject * Object,
    FName Key
)

Remarks

Get the value of the given key for the Datasmith User Data of the given object.

Returns

The string value associated with the given key

Parameters

Parameter

Description

Object

The Object from which to retrieve the Datasmith User Data.

Key

The key to find in 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