28 return (T&)(*SetupPtr);
#define check(expr)
Definition AssertionMacros.h:314
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition VehicleSystemTemplate.h:13
TVehicleSystem(const T *SetupIn)
Definition VehicleSystemTemplate.h:20
TVehicleSystem()
Definition VehicleSystemTemplate.h:16
T & AccessSetup()
Definition VehicleSystemTemplate.h:25
const T & Setup() const
Definition VehicleSystemTemplate.h:31
const T * SetupPtr
Definition VehicleSystemTemplate.h:40