Navigation
API > API/Plugins > API/Plugins/RigLogicModule
| Name | IGeometryReader |
| Type | class |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicModule/Public/DNAReader.h |
| Include Path | #include "DNAReader.h" |
Syntax
class IGeometryReader : public virtual IDefinitionReader
Implements Interfaces
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IGeometryReader() |
DNAReader.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint16 GetBlendShapeChannelIndex
(
uint16 MeshIndex, |
DNAReader.h | ||
uint16 GetBlendShapeTargetCount
(
uint16 MeshIndex |
DNAReader.h | ||
FVector GetBlendShapeTargetDelta
(
uint16 MeshIndex, |
DNAReader.h | ||
uint32 GetBlendShapeTargetDeltaCount
(
uint16 MeshIndex, |
DNAReader.h | ||
TArrayView< const float > GetBlendShapeTargetDeltaXs
(
uint16 MeshIndex, |
DNAReader.h | ||
TArrayView< const float > GetBlendShapeTargetDeltaYs
(
uint16 MeshIndex, |
DNAReader.h | ||
TArrayView< const float > GetBlendShapeTargetDeltaZs
(
uint16 MeshIndex, |
DNAReader.h | ||
TArrayView< const uint32 > GetBlendShapeTargetVertexIndices
(
uint16 MeshIndex, |
DNAReader.h | ||
uint32 GetFaceCount
(
uint16 MeshIndex |
DNAReader.h | ||
TArrayView< const uint32 > GetFaceVertexLayoutIndices
(
uint16 MeshIndex, |
DNAReader.h | ||
uint16 GetMaximumInfluencePerVertex
(
uint16 MeshIndex |
DNAReader.h | ||
uint32 GetSkinWeightsCount
(
uint16 MeshIndex |
DNAReader.h | ||
TArrayView< const uint16 > GetSkinWeightsJointIndices
(
uint16 MeshIndex, |
DNAReader.h | ||
TArrayView< const float > GetSkinWeightsValues
(
uint16 MeshIndex, |
DNAReader.h | ||
FVertexLayout GetVertexLayout
(
uint16 MeshIndex, |
DNAReader.h | ||
uint32 GetVertexLayoutCount
(
uint16 MeshIndex |
DNAReader.h | ||
FVector GetVertexNormal
(
uint16 MeshIndex, |
DNAReader.h | ||
uint32 GetVertexNormalCount
(
uint16 MeshIndex |
DNAReader.h | ||
FVector GetVertexPosition
(
uint16 MeshIndex, |
DNAReader.h | ||
uint32 GetVertexPositionCount
(
uint16 MeshIndex |
DNAReader.h | ||
TArrayView< const float > GetVertexPositionXs
(
uint16 MeshIndex |
DNAReader.h | ||
TArrayView< const float > GetVertexPositionYs
(
uint16 MeshIndex |
DNAReader.h | ||
TArrayView< const float > GetVertexPositionZs
(
uint16 MeshIndex |
DNAReader.h | ||
FTextureCoordinate GetVertexTextureCoordinate
(
uint16 MeshIndex, |
DNAReader.h | ||
uint32 GetVertexTextureCoordinateCount
(
uint16 MeshIndex |
DNAReader.h |