Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphMultiValueContainer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SetValueStruct
(
const FName& InPropertyName, |
Sets the struct value of the held data. Returns true on success, else false. | Graph/MovieGraphMultiValueContainer.h | |
bool SetValueStruct
(
const FName& InPropertyName, |
Sets the struct value of the held data. Returns true on success, else false. | Graph/MovieGraphMultiValueContainer.h |
SetValueStruct(const FName &, 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/MovieGraphMultiValueContainer.h |
| Include Path | #include "Graph/MovieGraphMultiValueContainer.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphMultiValueContainer.cpp |
bool SetValueStruct
(
const FName & InPropertyName,
FConstStructView InValue
)
SetValueStruct(const FName &, 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/MovieGraphMultiValueContainer.h |
| Include Path | #include "Graph/MovieGraphMultiValueContainer.h" |
template<typename T>
bool SetValueStruct
(
const FName & InPropertyName,
const T & InValue
)