mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-13 16:44:49 +08:00
More decoding
This commit is contained in:
@@ -135,6 +135,23 @@ export default function nodeTemplateClass(nodeEntity) {
|
||||
"Numeric::Mul",
|
||||
"Numeric::Negate",
|
||||
"Numeric::Normalize",
|
||||
"Numeric::OneMinus",
|
||||
"Numeric::PI",
|
||||
"Numeric::RadiansToDegrees",
|
||||
"Numeric::Rcp",
|
||||
"Numeric::RcpFast",
|
||||
"Numeric::Round",
|
||||
"Numeric::RSqrt",
|
||||
"Numeric::Sign",
|
||||
"Numeric::Sine(Degrees)",
|
||||
"Numeric::Sine(Radians)",
|
||||
"Numeric::Sqrt",
|
||||
"Numeric::Step",
|
||||
"Numeric::Subtract",
|
||||
"Numeric::Tangent(Degrees)",
|
||||
"Numeric::Tangent(Radians)",
|
||||
"Numeric::Trunc",
|
||||
"Numeric::TWO_PI",
|
||||
"Vector3::Cross",
|
||||
].includes(nodeEntity.OpName?.toString())
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user