Navigation
API > API/Plugins > API/Plugins/ChaosUserDataPT > API/Plugins/ChaosUserDataPT/TUserDataManagerPTInput
Syntax
mutable TMap< FUniqueIdx, TUniquePtr< TUserData > > UserDataToAdd
Remarks
Map of particle unique indices to user data ptrs
NOTE: This is marked mutable because the userdata objects must be moved to the internal array after making it OnPreSimulate_Internal, but input objects are const in that context. This might be frowned on, but since TUserDataManagerPTInput is a class which is only used internally to TUserDataManagerPT, an argument could be made either way.