Navigation
API > API/Plugins > API/Plugins/AlembicLibrary
| Name | FAbcTransform |
| Type | class |
| Header File | /Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcTransform.h |
| Include Path | #include "AbcTransform.h" |
Syntax
class FAbcTransform : public IAbcObject
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAbcTransform
(
const Alembic::AbcGeom::IXform& InTransform, |
AbcTransform.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FAbcTransform() |
AbcTransform.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bConstantIdentity | bool | End IAbcObject overrides Flag whether or not this transformation object is identity constant | AbcTransform.h |
Functions
Public
Overridden from IAbcObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FMatrix GetMatrix
(
const int32 FrameIndex |
AbcTransform.h | ||
virtual bool HasConstantTransform() |
AbcTransform.h | ||
virtual void PurgeFrameData
(
const int32 FrameIndex |
AbcTransform.h | ||
virtual bool ReadFirstFrame
(
const float InTime, |
Begin IAbcObject overrides | AbcTransform.h | |
virtual void SetFrameAndTime
(
const float InTime, |
AbcTransform.h |