Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/UMovieGraphValueContainer > API/Plugins/MovieRenderPipelineCore/Graph/UMovieGraphValueContainer/GetValueObject
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphValueContainer.h |
| Include | #include "Graph/MovieGraphValueContainer.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphValueContainer.cpp |
UFUNCTION (BlueprintCallable, Category="Config")
bool GetValueObject
(
UObject * OutValue,
const UClass * RequestedClass
) const
Remarks
Gets the object value (for a specific class) of the held data. Returns true on success, else false.