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