Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphValueContainer
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/MovieGraphValueContainer.h |
| Include Path | #include "Graph/MovieGraphValueContainer.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphValueContainer.cpp |
UFUNCTION (BlueprintCallable, Category="Config")
bool SetValueSerializedString
(
const FString & NewValue
)