You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
IUnrealRoleConfigurations are a type that let you modularize functionality for any role in a gauntlet test. It's primarily designed to generate command line arguments, but can do anything that's desired to the target Role. IUnrealRoleConfigurations supply two interface functions -ApplyConfigToRole - Core implementation of the configuration, this is the "doing" -VerifyRoleConfig - Verification implementation. This gives you a chance to verify the "Apply" step had the desired result. #rb Clayton.Langford [CL 26855812 by brendan lienau in ue5-main branch]