Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphValueView
Description
Gets the FText value of the held data. Returns true on success, else false.
| Name | GetValueText |
| 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 GetValueText
(
const FName & InPropertyName,
FText & OutValue
) const