Navigation API > API/Runtime > API/Runtime/ChaosCore > API/Runtime/ChaosCore/Chaos References Module ChaosCore Header /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/SimdTypes.h Include #include "Chaos/SimdTypes.h" Syntax template<typename T, int TNumLanes> struct TSimdValue Copy full snippettemplate<typename T, int TNumLanes> struct TSimdValue Remarks Used to store any value type in a TNumLanes-wide set. This is used primarily whenyou have non-numeric data that varies per lane. E.g., a pointer to some per-lane shared data. Variables Type Name Description ValueType[TNumLanes] V Functions Type Name Description ValueType GetValue ( const int32 LaneIndex ) void SetValue ( const int32 LaneIndex, const ValueType F ) void SetValues ( const ValueType F ) Typedefs Name Description ValueType