Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphValueContainer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SetValueStruct
(
FConstStructView InValue |
Sets the struct value of the held data. Returns true on success, else false. | Graph/MovieGraphValueContainer.h | |
bool SetValueStruct
(
const T& InValue |
Sets the struct value of the held data. Returns true on success, else false. | Graph/MovieGraphValueContainer.h |
SetValueStruct(FConstStructView)
Description
Sets the struct value of the held data. Returns true on success, else false.
| Name | SetValueStruct |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphValueContainer.h |
| Include Path | #include "Graph/MovieGraphValueContainer.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphValueContainer.cpp |
bool SetValueStruct
(
FConstStructView InValue
)
SetValueStruct(const T &)
Description
Sets the struct value of the held data. Returns true on success, else false.
| Name | SetValueStruct |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphValueContainer.h |
| Include Path | #include "Graph/MovieGraphValueContainer.h" |
template<typename T>
bool SetValueStruct
(
const T & InValue
)