Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FSkinnedMeshSceneProxyDynamicData |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/SkinnedMeshSceneProxyDesc.h |
| Include Path | #include "SkinnedMeshSceneProxyDesc.h" |
Syntax
struct FSkinnedMeshSceneProxyDynamicData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSkinnedMeshSceneProxyDynamicData
(
const USkinnedMeshComponent* SkinnedMeshComponent, |
SkinnedMeshSceneProxyDesc.h | ||
| SkinnedMeshSceneProxyDesc.h | |||
FSkinnedMeshSceneProxyDynamicData
(
const USkinnedMeshComponent* SkinnedMeshComponent |
SkinnedMeshSceneProxyDesc.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bHasLeaderPoseComponent | uint8 | SkinnedMeshSceneProxyDesc.h | ||
| bHasMeshDeformerInstance | uint8 | SkinnedMeshSceneProxyDesc.h | ||
| BoneVisibilityStates | TArrayView< const uint8 > | SkinnedMeshSceneProxyDesc.h | ||
| bRenderStateRecreating | uint8 | SkinnedMeshSceneProxyDesc.h | ||
| ClothSimulDataProvider | const IClothSimulationDataProvider * | SkinnedMeshSceneProxyDesc.h | ||
| ComponentSpaceTransforms | TArrayView< const FTransform > | SkinnedMeshSceneProxyDesc.h | ||
| ComponentWorldTransform | FTransform | SkinnedMeshSceneProxyDesc.h | ||
| CurrentBoneTransformFrame | uint32 | SkinnedMeshSceneProxyDesc.h | ||
| CurrentBoneTransformRevisionNumber | uint32 | SkinnedMeshSceneProxyDesc.h | ||
| ExternalMorphSets | TArrayView< const FExternalMorphSets > | SkinnedMeshSceneProxyDesc.h | ||
| LeaderBoneMap | TArrayView< const int32 > | SkinnedMeshSceneProxyDesc.h | ||
| MeshDeformerInstances | const FMeshDeformerInstanceSet * | SkinnedMeshSceneProxyDesc.h | ||
| Name | FName | SkinnedMeshSceneProxyDesc.h | ||
| NumLODs | uint16 | SkinnedMeshSceneProxyDesc.h | ||
| PreviousBoneTransformRevisionNumber | uint32 | SkinnedMeshSceneProxyDesc.h | ||
| PreviousBoneVisibilityStates | TArrayView< const uint8 > | SkinnedMeshSceneProxyDesc.h | ||
| PreviousComponentSpaceTransforms | TArrayView< const FTransform > | SkinnedMeshSceneProxyDesc.h | ||
| RefPoseOverride | TSharedPtr< FSkelMeshRefPoseOverride > | SkinnedMeshSceneProxyDesc.h | ||
| SkinCacheUsage | TArrayView< const ESkinCacheUsage > | SkinnedMeshSceneProxyDesc.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 GetBoneTransformRevisionNumber() |
SkinnedMeshSceneProxyDesc.h | ||
const TArrayView< const uint8 > & GetBoneVisibilityStates() |
SkinnedMeshSceneProxyDesc.h | ||
const IClothSimulationDataProvider * GetClothSimulationDataProvider() |
SkinnedMeshSceneProxyDesc.h | ||
const TArrayView< const FTransform > & GetComponentSpaceTransforms() |
SkinnedMeshSceneProxyDesc.h | ||
FTransform GetComponentTransform() |
SkinnedMeshSceneProxyDesc.h | ||
uint32 GetCurrentBoneTransformFrame() |
SkinnedMeshSceneProxyDesc.h | ||
const FExternalMorphSets & GetExternalMorphSets
(
uint32 InLODIndex |
SkinnedMeshSceneProxyDesc.h | ||
const FName & GetFName() |
SkinnedMeshSceneProxyDesc.h | ||
const TArrayView< const int32 > & GetLeaderBoneMap() |
SkinnedMeshSceneProxyDesc.h | ||
UMeshDeformerInstance * GetMeshDeformerInstanceForLOD
(
int32 LODIndex |
SkinnedMeshSceneProxyDesc.h | ||
int32 GetMeshDeformerMaxLOD() |
SkinnedMeshSceneProxyDesc.h | ||
int32 GetNumLODs() |
SkinnedMeshSceneProxyDesc.h | ||
uint32 GetPreviousBoneTransformRevisionNumber() |
SkinnedMeshSceneProxyDesc.h | ||
const TArrayView< const uint8 > & GetPreviousBoneVisibilityStates() |
SkinnedMeshSceneProxyDesc.h | ||
const TArrayView< const FTransform > & GetPreviousComponentTransformsArray() |
SkinnedMeshSceneProxyDesc.h | ||
const TSharedPtr< FSkelMeshRefPoseOverride > & GetRefPoseOverride() |
SkinnedMeshSceneProxyDesc.h | ||
bool HasLeaderPoseComponent() |
SkinnedMeshSceneProxyDesc.h | ||
bool HasMeshDeformerInstance() |
SkinnedMeshSceneProxyDesc.h | ||
bool IsRenderStateRecreating() |
SkinnedMeshSceneProxyDesc.h | ||
bool IsSkinCacheAllowed
(
int32 LodIdx, |
SkinnedMeshSceneProxyDesc.h | ||
bool IsValidExternalMorphSetLODIndex
(
uint32 InLODIndex |
SkinnedMeshSceneProxyDesc.h |