Navigation
API > API/Plugins > API/Plugins/AnimDatabase
Contact State data
| Name | FContactState |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Animation/AnimDatabase/Source/AnimDatabase/Public/AnimDatabasePose.h |
| Include Path | #include "AnimDatabasePose.h" |
Syntax
struct FContactState
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Locked | TLearningArray< 2, bool > | AnimDatabasePose.h | ||
| OffsetPosition | TLearningArray< 2, FVector3f > | AnimDatabasePose.h | ||
| OffsetVelocity | TLearningArray< 2, FVector3f > | AnimDatabasePose.h | ||
| Point | TLearningArray< 2, FVector > | AnimDatabasePose.h | ||
| Position | TLearningArray< 2, FVector > | AnimDatabasePose.h | ||
| TimeSinceTransition | TLearningArray< 2, float > | AnimDatabasePose.h | ||
| Velocity | TLearningArray< 2, FVector3f > | AnimDatabasePose.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FContactStateConstView ConstSlice
(
const int32 FrameStart, |
AnimDatabasePose.h | ||
FContactStateConstView ConstView() |
AnimDatabasePose.h | ||
void Empty() |
AnimDatabasePose.h | ||
int32 GetBoneNum() |
AnimDatabasePose.h | ||
int32 GetFrameNum() |
AnimDatabasePose.h | ||
bool IsEmpty() |
AnimDatabasePose.h | ||
void Resize
(
const int32 FrameNum, |
AnimDatabasePose.h | ||
FContactStateView Slice
(
const int32 FrameStart, |
AnimDatabasePose.h | ||
FContactStateView View() |
AnimDatabasePose.h |