UDatasmithContentBlueprintLibrary::GetDatasmithUserDataKeysAndValuesForValue

Get the keys and values for which the associated value contains the string to match 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 void GetDatasmithUserDataKeysAndValuesForValue
(
    UObject * Object,
    const FString & StringToMatch,
    TArray< FName > & OutKeys,
    TArray< FString > & OutValues
)

Remarks

Get the keys and values for which the associated value contains the string to match for the Datasmith User Data of the given object.

Parameters

Parameter

Description

Object

The Object from which to retrieve the Datasmith User Data.

StringToMatch

The string to match in the values.

OutKeys

Output array of keys for which the associated values contain the string to match.

OutValues

Output array of values associated to the keys.

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