Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FPBDRigidsSOAs
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CheckListMasks () |
Check that the particles in each of the particle lists have their ListMask sett appropriately. | Chaos/PBDRigidsSOAs.h | |
void CheckListMasks
(
TListType& List |
Check that the particles in a List have the appropriate bit set in their ListMask. | Chaos/PBDRigidsSOAs.h |
CheckListMasks()
Description
Check that the particles in each of the particle lists have their ListMask sett appropriately.
| Name | CheckListMasks |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/PBDRigidsSOAs.h |
| Include Path | #include "Chaos/PBDRigidsSOAs.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/Chaos/PBDRigidsSOAs.cpp |
void CheckListMasks()
CheckListMasks(TListType &)
Description
Check that the particles in a List have the appropriate bit set in their ListMask.
| Name | CheckListMasks |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/PBDRigidsSOAs.h |
| Include Path | #include "Chaos/PBDRigidsSOAs.h" |
template<typename TListType>
void CheckListMasks
(
TListType & List
)