Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphMultiValueContainer
Description
Sets the serialized value of the held data. The string should be the serialized representation of the value. Returns true on success, else false.
| Name | SetValueSerializedString |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphMultiValueContainer.h |
| Include Path | #include "Graph/MovieGraphMultiValueContainer.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphMultiValueContainer.cpp |
UFUNCTION (BlueprintCallable, Category="Config")
bool SetValueSerializedString
(
const FName & InPropertyName,
const FString & NewValue
)