Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper
How should PythonizeName adjust the final name?
| Name | RigVMPythonUtils::EPythonizeNameCase |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMPythonUtils.h |
| Include Path | #include "RigVMPythonUtils.h" |
Syntax
namespace RigVMPythonUtils
{
enum EPythonizeNameCase
{
Lower,
Upper,
}
}
Values
| Name | Remarks |
|---|---|
| Lower | Lower_snake_case |
| Upper | UPPER_SNAKE_CASE |