You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira UE-140598 #rb mike.zyracki #fyi chase.cooper #preflight 62820966fa65e101e5ca23b9 This is a first prototype of a constraints manager system. note: have a look at the jira description for the features leading this work The current design is based on the idea of having a unique constraint manager that stores several constraints (UTickableConstraint). Each constraint holds a tick function (FConstraintTickFunction) that can register one or several functions (represented by a basic TFunction) that are evaluated when calling the FConstraintTickFunction::ExecuteTick function. This FConstraintTickFunction can basically represent anything. [CL 20221291 by benoit gadreau in ue5-main branch]