Navigation
API > API/Plugins > API/Plugins/MetaHumanCharacterPalette > API/Plugins/MetaHumanCharacterPalette/UMetaHumanCharac-_1
Description
Set the object value of an Object-typed parameter.
The provided object's class must derive from FMetaHumanCharacterInstanceParameter::ObjectClass. Pass nullptr to clear the parameter.
| Name | SetObjectInstanceParameter |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Public/MetaHumanCollectionBlueprintLibrary.h |
| Include Path | #include "MetaHumanCollectionBlueprintLibrary.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanCharacter/Source/MetaHumanCharacterPalette/Private/MetaHumanCollectionBlueprintLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="MetaHuman|Parameters",
Meta=(ScriptMethod="SetObject", Keywords="SetObject SetTexture"))
static bool SetObjectInstanceParameter
(
const FMetaHumanCharacterInstanceParameter & InInstanceParam,
UObject * InValue
)
true if the write succeeded.