unreal.RigVMParserASTSettings
¶
- class unreal.RigVMParserASTSettings¶
Bases:
StructBase
The settings to apply during the parse of the abstract syntax tree.
The folding settings can affect the performance of the parse dramatically.
C++ Source:
Module: RigVMDeveloper
File: RigVMAST.h
Editor Properties: (see get_editor_property/set_editor_property)
fold_assignments
(bool): [Read-Write] Fold Assignments: fold assignments / copiesfold_constant_branches
(bool): [Read-Write] Fold Constant Branches: fold / remove unreachable / constant branchesfold_literals
(bool): [Read-Write] Fold Literals: fold literals and share memory