unreal.MovieGraphValueType¶
- class unreal.MovieGraphValueType¶
Bases:
EnumBaseThe type of a graph member’s value.
C++ Source:
Plugin: MovieRenderPipeline
Module: MovieRenderPipelineCore
File: MovieGraphCommon.h
- BOOL: MovieGraphValueType = Ellipsis¶
1
- BYTE: MovieGraphValueType = Ellipsis¶
2
- CLASS: MovieGraphValueType = Ellipsis¶
14
- DOUBLE: MovieGraphValueType = Ellipsis¶
6
- ENUM: MovieGraphValueType = Ellipsis¶
10
- FLOAT: MovieGraphValueType = Ellipsis¶
5
- INT32: MovieGraphValueType = Ellipsis¶
3
- INT64: MovieGraphValueType = Ellipsis¶
4
- NAME: MovieGraphValueType = Ellipsis¶
7
- OBJECT: MovieGraphValueType = Ellipsis¶
12
- SOFT_CLASS: MovieGraphValueType = Ellipsis¶
15
- SOFT_OBJECT: MovieGraphValueType = Ellipsis¶
13
- STRING: MovieGraphValueType = Ellipsis¶
8
- STRUCT: MovieGraphValueType = Ellipsis¶
11
- TEXT: MovieGraphValueType = Ellipsis¶
9
- U_INT32: MovieGraphValueType = Ellipsis¶
16
- U_INT64: MovieGraphValueType = Ellipsis¶
Type not fully supported at UI, will work with restrictions to type editing
- Type:
17