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