Navigation
API > API/Plugins > API/Plugins/ChaosUserDataPT > API/Plugins/ChaosUserDataPT/TUserDataManagerPT
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool RemoveData_GT
(
const TParticleHandle& Handle |
Remove user data associated with a particle handle. | ChaosUserDataPT.h | |
bool RemoveData_GT
(
const Chaos::FPhysicsObjectHandle& Object |
ChaosUserDataPT.h |
RemoveData_GT(const TParticleHandle &)
Description
Remove user data associated with a particle handle.
| Name | RemoveData_GT |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ChaosUserDataPT/Source/ChaosUserDataPT/Public/ChaosUserDataPT.h |
| Include Path | #include "ChaosUserDataPT.h" |
template<typename TParticleHandle>
bool RemoveData_GT
(
const TParticleHandle & Handle
)
RemoveData_GT(const Chaos::FPhysicsObjectHandle &)
| Name | RemoveData_GT |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ChaosUserDataPT/Source/ChaosUserDataPT/Public/ChaosUserDataPT.h |
| Include Path | #include "ChaosUserDataPT.h" |
template<>
bool RemoveData_GT
(
const Chaos::FPhysicsObjectHandle & Object
)