Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphValueContainer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SetValueEnum
(
const T InValue |
Sets the enum value of the held data. Returns true on success, else false. | Graph/MovieGraphValueContainer.h | |
bool SetValueEnum
(
const uint8 InValue, |
Sets the enum value of the held data. Returns true on success, else false. | Graph/MovieGraphValueContainer.h |
|
SetValueEnum(const T)
Description
Sets the enum value of the held data. Returns true on success, else false.
| Name | SetValueEnum |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphValueContainer.h |
| Include Path | #include "Graph/MovieGraphValueContainer.h" |
template<typename T>
bool SetValueEnum
(
const T InValue
)
SetValueEnum(const uint8, const UEnum *)
Description
Sets the enum value of the held data. Returns true on success, else false.
| Name | SetValueEnum |
| 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 |
UFUNCTION (BlueprintCallable, Category="Config")
bool SetValueEnum
(
const uint8 InValue,
const UEnum * Enum
)