|
AZ_INLINE Data::ColorType | RandomColor (Data::ColorType minValue, Data::ColorType maxValue) |
|
| SCRIPT_CANVAS_GENERIC_FUNCTION_REPLACEMENT (RandomColor, k_categoryName,"{0A984F40-322B-44A6-8753-6D2056A96659}","ScriptCanvas_MathRandoms_RandomColor") |
|
AZ_INLINE Data::ColorType | RandomGrayscale (Data::NumberType minValue, Data::NumberType maxValue) |
|
| SCRIPT_CANVAS_GENERIC_FUNCTION_REPLACEMENT (RandomGrayscale, k_categoryName,"{0488EFC7-3291-483E-A087-81DE0C29B9B9}","ScriptCanvas_MathRandoms_RandomGrayscale") |
|
AZ_INLINE Data::NumberType | RandomInteger (Data::NumberType minValue, Data::NumberType maxValue) |
|
| SCRIPT_CANVAS_GENERIC_FUNCTION_REPLACEMENT (RandomInteger, k_categoryName,"{7E2B8EF8-8129-4C43-9D09-C01C926B8F3E}","ScriptCanvas_MathRandoms_RandomInteger") |
|
AZ_INLINE Data::NumberType | RandomNumber (Data::NumberType minValue, Data::NumberType maxValue) |
|
| SCRIPT_CANVAS_GENERIC_FUNCTION_REPLACEMENT (RandomNumber, k_categoryName,"{80C7BDFB-CBC4-481B-988E-86260F1CB24A}","ScriptCanvas_MathRandoms_RandomNumber") |
|
AZ_INLINE Data::Vector3Type | RandomPointInBox (Data::Vector3Type dimensions) |
|
| SCRIPT_CANVAS_GENERIC_FUNCTION_REPLACEMENT (RandomPointInBox, k_categoryName,"{6785C5F8-2F87-4AD6-AE15-87FE5E72D142}","ScriptCanvas_MathRandoms_RandomPointInBox") |
|
AZ_INLINE Data::Vector3Type | RandomPointOnCircle (Data::NumberType radius) |
|
| SCRIPT_CANVAS_GENERIC_FUNCTION_REPLACEMENT (RandomPointOnCircle, k_categoryName,"{2F079E35-216D-42B3-AA81-C9823F732893}","ScriptCanvas_MathRandoms_RandomPointOnCircle") |
|
AZ_INLINE Data::Vector3Type | RandomPointInCone (Data::NumberType radius, Data::NumberType angleInDegrees) |
|
| SCRIPT_CANVAS_GENERIC_FUNCTION_REPLACEMENT (RandomPointInCone, k_categoryName,"{2CCD0FAA-A4C7-4CD8-AE12-B1DFF0BDDBB6}","ScriptCanvas_MathRandoms_RandomPointInCone") |
|
AZ_INLINE Data::Vector3Type | RandomPointInCylinder (Data::NumberType radius, Data::NumberType height) |
|
| SCRIPT_CANVAS_GENERIC_FUNCTION_REPLACEMENT (RandomPointInCylinder, k_categoryName,"{BD81133C-AAC0-44B0-9C9A-D06E780F4CCE}","ScriptCanvas_MathRandoms_RandomPointInCylinder") |
|
AZ_INLINE Data::Vector3Type | RandomPointInCircle (Data::NumberType radius) |
|
| SCRIPT_CANVAS_GENERIC_FUNCTION_REPLACEMENT (RandomPointInCircle, k_categoryName,"{93378981-85DD-42B9-9D2D-826BE68BBE8F}","ScriptCanvas_MathRandoms_RandomPointInCircle") |
|
AZ_INLINE Data::Vector3Type | RandomPointInEllipsoid (Data::Vector3Type dimensions) |
|
| SCRIPT_CANVAS_GENERIC_FUNCTION_REPLACEMENT (RandomPointInEllipsoid, k_categoryName,"{B12E1848-2CD0-4283-847E-761B14EDDC01}","ScriptCanvas_MathRandoms_RandomPointInEllipsoid") |
|
AZ_INLINE Data::Vector3Type | RandomPointInSphere (Data::NumberType radius) |
|
| SCRIPT_CANVAS_GENERIC_FUNCTION_REPLACEMENT (RandomPointInSphere, k_categoryName,"{ECDA9004-07B4-46DE-AEB2-381DC3736D4F}","ScriptCanvas_MathRandoms_RandomPointInSphere") |
|
AZ_INLINE Data::Vector3Type | RandomPointInSquare (Data::Vector2Type dimensions) |
|
| SCRIPT_CANVAS_GENERIC_FUNCTION_REPLACEMENT (RandomPointInSquare, k_categoryName,"{B81B4049-CBD2-460E-A4AB-155AB8FFDCB9}","ScriptCanvas_MathRandoms_RandomPointInSquare") |
|
AZ_INLINE Data::Vector3Type | RandomPointOnSphere (Data::NumberType radius) |
|
| SCRIPT_CANVAS_GENERIC_FUNCTION_REPLACEMENT (RandomPointOnSphere, k_categoryName,"{D03DCCA3-2C87-4A71-ACE1-823E43DFF0CB}","ScriptCanvas_MathRandoms_RandomPointOnSphere") |
|
AZ_INLINE Data::QuaternionType | RandomQuaternion (Data::NumberType minValue, Data::NumberType maxValue) |
|
| SCRIPT_CANVAS_GENERIC_FUNCTION_REPLACEMENT (RandomQuaternion, k_categoryName,"{6C764974-4D1C-44FE-8465-706E24B9B027}","ScriptCanvas_MathRandoms_RandomQuaternion") |
|
AZ_INLINE Data::Vector2Type | RandomUnitVector2 () |
|
| SCRIPT_CANVAS_GENERIC_FUNCTION_REPLACEMENT (RandomUnitVector2, k_categoryName,"{02CE950A-06F8-485D-87E9-77FDE808B160}","ScriptCanvas_MathRandoms_RandomUnitVector2") |
|
AZ_INLINE Data::Vector3Type | RandomUnitVector3 () |
|
| SCRIPT_CANVAS_GENERIC_FUNCTION_REPLACEMENT (RandomUnitVector3, k_categoryName,"{E548F1EA-51C5-462F-A76B-9C15FFBB6C41}","ScriptCanvas_MathRandoms_RandomUnitVector3") |
|
AZ_INLINE Data::Vector2Type | RandomVector2 (Data::Vector2Type minValue, Data::Vector2Type maxValue) |
|
| SCRIPT_CANVAS_GENERIC_FUNCTION_REPLACEMENT (RandomVector2, k_categoryName,"{6F9982F5-D6F6-4568-8A83-D5A35390D425}","ScriptCanvas_MathRandoms_RandomVector2") |
|
AZ_INLINE Data::Vector3Type | RandomVector3 (Data::Vector3Type minValue, Data::Vector3Type maxValue) |
|
| SCRIPT_CANVAS_GENERIC_FUNCTION_REPLACEMENT (RandomVector3, k_categoryName,"{FF5526DC-E56D-4101-B7DE-4E7283E31B10}","ScriptCanvas_MathRandoms_RandomVector3") |
|
AZ_INLINE Data::Vector4Type | RandomVector4 (Data::Vector4Type minValue, Data::Vector4Type maxValue) |
|
| SCRIPT_CANVAS_GENERIC_FUNCTION_REPLACEMENT (RandomVector4, k_categoryName,"{76FCA9CF-7BBF-471C-9D4A-67FE8E9C6298}","ScriptCanvas_MathRandoms_RandomVector4") |
|
AZ_INLINE Data::Vector3Type | RandomPointInArc (Data::Vector3Type origin, Data::Vector3Type direction, Data::Vector3Type normal, Data::NumberType length, Data::NumberType angle) |
|
| SCRIPT_CANVAS_GENERIC_FUNCTION_REPLACEMENT (RandomPointInArc, k_categoryName,"{CD4BFC02-3214-4EB8-BD7E-60749B783D3B}","ScriptCanvas_MathRandoms_RandomPointInArc") |
|
AZ_INLINE Data::Vector3Type | RandomPointInWedge (Data::Vector3Type origin, Data::Vector3Type direction, Data::Vector3Type normal, Data::NumberType length, Data::NumberType height, Data::NumberType angle) |
|
| SCRIPT_CANVAS_GENERIC_FUNCTION_REPLACEMENT (RandomPointInWedge, k_categoryName,"{F224DA37-240D-4ABB-A97A-3565197B94B4}","ScriptCanvas_MathRandoms_RandomPointInWedge") |
|
RandomNodes is deprecated This file is deprecated and will be removed. Keep it to allow for seamless migration from node generic framework to new AutoGen function.