Open 3D Engine ScriptCanvas Gem API Reference  22.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
Typedefs | Functions | Variables
ScriptCanvas::StringNodes Namespace Reference

Typedefs

using Registrar = RegistrarGeneric< ToLowerNode, ToUpperNode, SubstringNode >
 

Functions

AZ_INLINE Data::StringType ToLower (Data::StringType sourceString)
 
 SCRIPT_CANVAS_GENERIC_FUNCTION_REPLACEMENT (ToLower, k_categoryName, "{FC5FA07E-C65D-470A-BEFA-714EF8103866}", "ScriptCanvas_StringFunctions_ToLower")
 
AZ_INLINE Data::StringType ToUpper (Data::StringType sourceString)
 
 SCRIPT_CANVAS_GENERIC_FUNCTION_REPLACEMENT (ToUpper, k_categoryName, "{323951D4-9BB1-47C9-BD2C-2DD2B750217F}", "ScriptCanvas_StringFunctions_ToUpper")
 
AZ_INLINE Data::StringType Substring (Data::StringType sourceString, AZ::u32 index, AZ::u32 length)
 
 SCRIPT_CANVAS_GENERIC_FUNCTION_REPLACEMENT (Substring, k_categoryName, "{031BCDFC-5DA4-4EA0-A310-1FA9165E5BE5}", "ScriptCanvas_StringFunctions_Substring")
 

Variables

static constexpr const char * k_categoryName = "String"
 

Detailed Description

StringNodes 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.