Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphValueContainer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetValueEnum
(
T& OutValue |
Gets the enum value of the held data. Returns true on success, else false. | Graph/MovieGraphValueContainer.h | |
bool GetValueEnum
(
uint8& OutValue, |
Gets the enum value (for a specific enum) of the held data. Returns true on success, else false. | Graph/MovieGraphValueContainer.h |
|
GetValueEnum(T &)
Description
Gets the enum value of the held data. Returns true on success, else false.
| Name | GetValueEnum |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphValueContainer.h |
| Include Path | #include "Graph/MovieGraphValueContainer.h" |
template<typename T>
bool GetValueEnum
(
T & OutValue
) const
GetValueEnum(uint8 &, const UEnum *)
Description
Gets the enum value (for a specific enum) of the held data. Returns true on success, else false.
| Name | GetValueEnum |
| 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 GetValueEnum
(
uint8 & OutValue,
const UEnum * RequestedEnum
) const