Navigation
API > API/Plugins > API/Plugins/GeometryCacheAbcFile
GeometryCacheTrack for Alembic file querying
| Name | UGeometryCacheTrackAbcFile |
| Type | class |
| Header File | /Engine/Plugins/Experimental/GeometryCacheAbcFile/Source/GeometryCacheAbcFile/Public/GeometryCacheTrackAbcFile.h |
| Include Path | #include "GeometryCacheTrackAbcFile.h" |
Syntax
UCLASS (CollapseCategories, HideCategories=Object, BlueprintType, Config=Engine)
class UGeometryCacheTrackAbcFile : public UGeometryCacheTrack
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UGeometryCacheTrack → UGeometryCacheTrackAbcFile
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UGeometryCacheTrackAbcFile() |
GeometryCacheTrackAbcFile.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~UGeometryCacheTrackAbcFile() |
GeometryCacheTrackAbcFile.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AbcFile | TUniquePtr< FAbcFile > | GeometryCacheTrackAbcFile.h | ||
| AbcStream | TUniquePtr< FGeometryCacheAbcStream > | GeometryCacheTrackAbcFile.h | ||
| EndFrameIndex | int32 | GeometryCacheTrackAbcFile.h | ||
| Hash | FString | GeometryCacheTrackAbcFile.h | ||
| MeshData | FGeometryCacheMeshData | GeometryCacheTrackAbcFile.h | ||
| SampleInfos | TArray< FGeometryCacheTrackSampleInfo > | GeometryCacheTrackAbcFile.h | ||
| SourceFile | FString | GeometryCacheTrackAbcFile.h | ||
| StartFrameIndex | int32 | GeometryCacheTrackAbcFile.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const int32 FindSampleIndexFromTime
(
const float Time, |
GeometryCacheTrackAbcFile.h | ||
FAbcFile & GetAbcFile() |
GeometryCacheTrackAbcFile.h | ||
const FString & GetAbcTrackHash() |
GeometryCacheTrackAbcFile.h | ||
int32 GetEndFrameIndex() |
GeometryCacheTrackAbcFile.h | ||
bool GetMeshData
(
int32 SampleIndex, |
GeometryCacheTrackAbcFile.h | ||
const FString & GetSourceFile() |
GeometryCacheTrackAbcFile.h | ||
bool IsTopologyCompatible
(
int32 FrameA, |
GeometryCacheTrackAbcFile.h | ||
bool SetSourceFile
(
const FString& FilePath, |
GeometryCacheTrackAbcFile.h | ||
void SetupGeometryCacheMaterials
(
UGeometryCache* GeometryCache |
GeometryCacheTrackAbcFile.h |
Overridden from UGeometryCacheTrack
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool GetMeshDataAtSampleIndex
(
int32 SampleIndex, |
GeometryCacheTrackAbcFile.h | ||
virtual bool GetMeshDataAtTime
(
float Time, |
GeometryCacheTrackAbcFile.h | ||
virtual const FGeometryCacheTrackSampleInfo & GetSampleInfo
(
float Time, |
GeometryCacheTrackAbcFile.h | ||
virtual const bool UpdateBoundsData
(
const float Time, |
GeometryCacheTrackAbcFile.h | ||
virtual const bool UpdateMatrixData
(
const float Time, |
GeometryCacheTrackAbcFile.h | ||
virtual const bool UpdateMeshData
(
const float Time, |
GeometryCacheTrackAbcFile.h | ||
virtual void UpdateTime
(
float Time, |
GeometryCacheTrackAbcFile.h |