Navigation
API > API/Plugins > API/Plugins/AlembicLibrary
| Name | IAbcObject |
| Type | class |
| Header File | /Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcObject.h |
| Include Path | #include "AbcObject.h" |
Syntax
class IAbcObject
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IAbcObject
(
const Alembic::Abc::IObject& InObject, |
AbcObject.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IAbcObject() |
AbcObject.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetFrameIndexForFirstData() |
AbcObject.h | ||
virtual FMatrix GetMatrix
(
const int32 FrameIndex |
AbcObject.h | ||
const FString & GetName() |
AbcObject.h | ||
int32 GetNumberOfSamples() |
AbcObject.h | ||
float GetTimeForFirstData() |
AbcObject.h | ||
float GetTimeForFrameIndex
(
const int32 FrameIndex |
AbcObject.h | ||
float GetTimeForLastData() |
AbcObject.h | ||
bool HasConstantTransform() |
AbcObject.h | ||
bool IsConstant() |
AbcObject.h | ||
void PurgeFrameData
(
const int32 FrameIndex |
AbcObject.h | ||
bool ReadFirstFrame
(
const float InTime, |
AbcObject.h | ||
void SetFrameAndTime
(
const float InTime, |
AbcObject.h |