![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SQTypes.h>
Inheritance diagram for ChaosInterface::FSQSingleHitBuffer< HitType >:Public Member Functions | |
| FSQSingleHitBuffer () | |
Public Member Functions inherited from ChaosInterface::FSQHitBuffer< HitType > | |
| FSQHitBuffer (bool bSingle=false) | |
| virtual | ~FSQHitBuffer () |
| void | IncFlushCount () |
| void | DecFlushCount () |
| bool | HasHit () const |
| int32 | GetNumHits () const |
| HitType * | GetHits () |
| const HitType * | GetHits () const |
| HitType * | GetBlock () |
| const HitType * | GetBlock () const |
| bool | HasBlockingHit () const |
| void | SetBlockingHit (const HitType &InBlockingHit) |
| void | AddTouchingHit (const HitType &InTouchingHit) |
| const HitType * | GetCurrentHit () const |
| void | InsertHit (const HitType &Hit, bool bBlocking) |
| bool | WantsSingleResult () const |
|
inline |