Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphValueView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetValueObject
(
const FName& InPropertyName, |
Gets the object value of the held data. Returns true on success, else false. | Graph/MovieGraphValueView.h | |
bool GetValueObject
(
const FName& InPropertyName, |
Gets the object value (for a specific class) of the held data. Returns true on success, else false. | Graph/MovieGraphValueView.h |
|
GetValueObject(const FName &, T *&)
Description
Gets the object value of the held data. Returns true on success, else false.
| Name | GetValueObject |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphValueView.h |
| Include Path | #include "Graph/MovieGraphValueView.h" |
template<typename T>
bool GetValueObject
(
const FName & InPropertyName,
T *& OutValue
) const
GetValueObject(const FName &, UObject &, const UClass )
Description
Gets the object value (for a specific class) of the held data. Returns true on success, else false.
| Name | GetValueObject |
| 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 GetValueObject
(
const FName & InPropertyName,
UObject *& OutValue,
const UClass * RequestedClass
) const