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

Typedefs

using Registrar = RegistrarGeneric< GetEntityRightNode, GetEntityForwardNode, GetEntityUpNode, IsActiveNode, IsValidNode, ToStringNode >
 

Functions

AZ_INLINE Vector3Type GetEntityRight (AZ::EntityId entityId, NumberType scale)
 
 SCRIPT_CANVAS_GENERIC_FUNCTION_REPLACEMENT (GetEntityRight, k_categoryName,"{C12282BE-29D2-497D-8C22-75B940E254E2}","ScriptCanvas_EntityFunctions_GetEntityRight")
 
AZ_INLINE Vector3Type GetEntityForward (AZ::EntityId entityId, NumberType scale)
 
 SCRIPT_CANVAS_GENERIC_FUNCTION_REPLACEMENT (GetEntityForward, k_categoryName,"{719D9F76-84D4-4B0F-BCEB-26D5D097C7D6}","ScriptCanvas_EntityFunctions_GetEntityForward")
 
AZ_INLINE Vector3Type GetEntityUp (AZ::EntityId entityId, NumberType scale)
 
 SCRIPT_CANVAS_GENERIC_FUNCTION_REPLACEMENT (GetEntityUp, k_categoryName,"{96B86F3F-F022-4611-9AEA-175EA952C562}","ScriptCanvas_EntityFunctions_GetEntityUp")
 
AZ_INLINE BooleanType IsActive (const EntityIDType &entityId)
 
 SCRIPT_CANVAS_GENERIC_FUNCTION_REPLACEMENT (IsActive, k_categoryName,"{DF5240FD-6510-4C24-8382-9515C4B0C7B4}","ScriptCanvas_EntityFunctions_IsActive")
 
AZ_INLINE BooleanType IsValid (const EntityIDType &source)
 
 SCRIPT_CANVAS_GENERIC_FUNCTION_REPLACEMENT (IsValid, k_categoryName,"{0ED8A583-A397-4657-98B1-433673323F21}","ScriptCanvas_EntityFunctions_IsValid")
 
AZ_INLINE StringType ToString (const EntityIDType &source)
 
 SCRIPT_CANVAS_GENERIC_FUNCTION_REPLACEMENT (ToString, k_categoryName,"{B094DCAE-15D5-42A3-8D8C-5BD68FE6E356}","ScriptCanvas_EntityFunctions_ToString")
 

Variables

static constexpr const char * k_categoryName = "Entity/Entity"
 

Detailed Description

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