Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FConstraintHandle
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T * AsUnsafe () |
For use when you absolutely know the type (asserted in non-shipping) | Chaos/ConstraintHandle.h | |
const T * AsUnsafe () |
Chaos/ConstraintHandle.h |
AsUnsafe()
Description
For use when you absolutely know the type (asserted in non-shipping)
| Name | AsUnsafe |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ConstraintHandle.h |
| Include Path | #include "Chaos/ConstraintHandle.h" |
template<typename T>
T * AsUnsafe()
AsUnsafe()
| Name | AsUnsafe |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ConstraintHandle.h |
| Include Path | #include "Chaos/ConstraintHandle.h" |
template<typename T>
const T * AsUnsafe() const