Navigation
API > API/Plugins > API/Plugins/MassRepresentation
| Name | FSkinnedMeshInstanceVisualizationDesc |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/MassGameplay/Source/MassRepresentation/Public/MassSkinnedMeshRepresentationTypes.h |
| Include Path | #include "MassSkinnedMeshRepresentationTypes.h" |
Syntax
USTRUCT ()
struct FSkinnedMeshInstanceVisualizationDesc : public FTableRowBase
Inheritance Hierarchy
- FTableRowBase → FSkinnedMeshInstanceVisualizationDesc
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bUseTransformOffset | bool | Boolean to enable code to transform the meshes if not align the mass agent transform | MassSkinnedMeshRepresentationTypes.h |
|
| CustomDataFloats | TArray< float > | Custom data that can eventually be propagated to UInstancedSkinnedMeshComponent::PerInstanceCustomData | MassSkinnedMeshRepresentationTypes.h |
|
| Meshes | TArray< FMassSkinnedMeshInstanceVisualizationMeshDesc > | Mesh descriptions. | MassSkinnedMeshRepresentationTypes.h |
|
| TransformOffset | FTransform | Transform to offset the meshes if not align the mass agent transform | MassSkinnedMeshRepresentationTypes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
MassSkinnedMeshRepresentationTypes.h | ||
void Reset() |
MassSkinnedMeshRepresentationTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FSkinnedMeshInstanceVisualizationDesc& Other |
MassSkinnedMeshRepresentationTypes.h |