unreal-engine-5-code-split / ue5-api-AlembicLibrary.jsonl
olympusmonsgames's picture
Uploaded 1,226 JSONL files
1c8bcca verified
{"className": "EAbcConversionPreset", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h", "description": "Enum that describes type of asset to import", "module": "AlembicLibrary", "code": "enum EAbcConversionPreset { Maya, Max, Custom, }", "variables": []}
{"className": "EAbcGeometryCacheMotionVectorsImport", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h", "description": "", "module": "AlembicLibrary", "code": "enum EAbcGeometryCacheMotionVectorsImport { NoMotionVectors, ImportAbcVelocitiesAsMotionVectors, CalculateMotionVectorsDuringImport, }", "variables": []}
{"className": "EAbcImportError", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImporter.h", "description": "", "module": "AlembicLibrary", "code": "enum EAbcImportError { AbcImportError_NoError, AbcImportError_InvalidArchive, AbcImportError_NoValidTopObject, AbcImportError_NoMeshes, AbcImportError_FailedToImportData, }", "variables": []}
{"className": "EAlembicImportType", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h", "description": "Enum that describes type of asset to import", "module": "AlembicLibrary", "code": "enum EAlembicImportType { StaticMesh, GeometryCache, Skeletal, }", "variables": []}
{"className": "EAlembicSamplingType", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h", "description": "", "module": "AlembicLibrary", "code": "enum EAlembicSamplingType { PerFrame, PerXFrames, PerTimeStep, }", "variables": []}
{"className": "EBaseCalculationType", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h", "description": "", "module": "AlembicLibrary", "code": "enum EBaseCalculationType { None = 0, PercentageBased = 1, FixedNumber, NoCompression, }", "variables": []}
{"className": "EFrameReadFlags", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "Read flags for the abc file", "module": "AlembicLibrary", "code": "enum EFrameReadFlags { None = 0, PositionAndNormalOnly = 1 << 1, ApplyMatrix = 1 << 2, ForceSingleThreaded = 1 << 4, }", "variables": []}
{"className": "FAbcCompressionSettings::FAbcCompressionSettings", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h", "description": "", "module": "AlembicLibrary", "code": "FAbcCompressionSettings()", "variables": []}
{"className": "FAbcCompressionSettings", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h", "description": "", "module": "AlembicLibrary", "code": "[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)(Blueprintable) struct FAbcCompressionSettings", "variables": [{"type": "EBaseCalculatio...", "name": "BaseCalculationType", "description": "Determines how the final number of bases that are stored as morph targets are calculated"}, {"type": "bool", "name": "bBakeMatrixAnimation", "description": "Whether or not Matrix-only animation should be baked out as vertex animation (or skipped?)"}, {"type": "bool", "name": "bMergeMeshes", "description": "Whether or not the individual meshes should be merged for compression purposes"}, {"type": "int32", "name": "MaxNumberOfBases", "description": "Will generate given fixed number of bases as morph targets"}, {"type": "float", "name": "MinimumNumberOfVertexInfluencePercentage", "description": "Minimum percentage of influenced vertices required for a morph target to be valid"}, {"type": "float", "name": "PercentageOfTotalBases", "description": "Will generate given percentage of the given bases as morph targets"}]}
{"className": "FAbcConversionSettings::FAbcConversionSettings", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h", "description": "", "module": "AlembicLibrary", "code": "FAbcConversionSettings()", "variables": []}
{"className": "FAbcConversionSettings", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h", "description": "", "module": "AlembicLibrary", "code": "[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)(Blueprintable) struct FAbcConversionSettings", "variables": [{"type": "bool", "name": "bFlipU", "description": "Flag whether or not to flip the U channel in the Texture Coordinates"}, {"type": "bool", "name": "bFlipV", "description": "Flag whether or not to flip the V channel in the Texture Coordinates"}, {"type": "EAbcConversionP...", "name": "Preset", "description": "Currently preset that should be applied"}, {"type": "FVector", "name": "Rotation", "description": "Rotation in Euler angles that should be applied"}, {"type": "FVector", "name": "Scale", "description": "Scale value that should be applied"}]}
{"className": "FAbcFile::ContainsHeterogeneousMeshes", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "", "module": "AlembicLibrary", "code": "const bool ContainsHeterogeneousMeshes() const", "variables": []}
{"className": "FAbcFile::ExtractCustomAttributes", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "", "module": "AlembicLibrary", "code": "void ExtractCustomAttributes ( const Alembic::AbcGeom::IPolyMesh & InMesh )", "variables": []}
{"className": "FMetaData", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "", "module": "AlembicLibrary", "code": "typedef TPair< [FString](API\\Runtime\\Core\\Containers\\FString), [FString](API\\Runtime\\Core\\Containers\\FString) > FMetaData", "variables": []}
{"className": "FAbcFile::GetArchiveBounds", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "", "module": "AlembicLibrary", "code": "const FBoxSphereBounds & GetArchiveBounds() const", "variables": []}
{"className": "FAbcFile::GetArchiveMetaData", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "Returns the metadata of the Alembic archive", "module": "AlembicLibrary", "code": "[TArray](API\\Runtime\\Core\\Containers\\TArray)< [FMetaData](API\\Plugins\\AlembicLibrary\\FAbcFile\\FMetaData) > GetArchiveMetaData() const", "variables": []}
{"className": "FAbcFile::GetEndFrameIndex", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "", "module": "AlembicLibrary", "code": "const int32 GetEndFrameIndex() const", "variables": []}
{"className": "FAbcFile::GetFilePath", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "Get file path for currently opened ABC file", "module": "AlembicLibrary", "code": "const [FString](API\\Runtime\\Core\\Containers\\FString) GetFilePath() const", "variables": []}
{"className": "FAbcFile::GetFrameIndex", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "Returns frame index equivalent to a given time, based on the frame rate of the file", "module": "AlembicLibrary", "code": "int32 GetFrameIndex ( float Time )", "variables": []}
{"className": "FAbcFile::GetFramerate", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "", "module": "AlembicLibrary", "code": "const int32 GetFramerate() const", "variables": []}
{"className": "FAbcFile::CleanupFrameData", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "Cleans up frame data. Must be called after ReadFrame when the frame data (with matching ReadIndex) is not needed anymore", "module": "AlembicLibrary", "code": "void CleanupFrameData ( const int32 ReadIndex )", "variables": []}
{"className": "FAbcFile::GetImportLength", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "", "module": "AlembicLibrary", "code": "const float GetImportLength() const", "variables": []}
{"className": "FAbcFile::GetImportNumFrames", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "", "module": "AlembicLibrary", "code": "const int32 GetImportNumFrames() const", "variables": []}
{"className": "FAbcFile::GetImportSettings", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "Returns user specified import settings", "module": "AlembicLibrary", "code": "const [UAbcImportSettings](API\\Plugins\\AlembicLibrary\\UAbcImportSettings) * GetImportSettings() const", "variables": []}
{"className": "FAbcFile::GetImportTimeOffset", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "", "module": "AlembicLibrary", "code": "const float GetImportTimeOffset() const", "variables": []}
{"className": "FAbcFile::GetMaterialByName", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "Returns a material for the specified material(faceset) name or null if it wasn't created or found", "module": "AlembicLibrary", "code": "[UMaterialInterface](API\\Runtime\\Engine\\Materials\\UMaterialInterface) ** GetMaterialByName ( const [FString](API\\Runtime\\Core\\Containers\\FString) & InMaterialName )", "variables": []}
{"className": "FAbcFile::GetMaxFrameIndex", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "", "module": "AlembicLibrary", "code": "const int32 GetMaxFrameIndex() const", "variables": []}
{"className": "FAbcFile::GetMeshUtilities", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "Return mesh utilities module ptr (used in non-gamethread jobs)", "module": "AlembicLibrary", "code": "[IMeshUtilities](API\\Developer\\MeshUtilities\\IMeshUtilities) * GetMeshUtilities() const", "variables": []}
{"className": "FAbcFile::GetMinFrameIndex", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "Returns ABC specific frame and timing information", "module": "AlembicLibrary", "code": "const int32 GetMinFrameIndex() const", "variables": []}
{"className": "FAbcFile::GetNumPolyMeshes", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "Return number of PolyMeshes inside of the ABC file", "module": "AlembicLibrary", "code": "const int32 GetNumPolyMeshes() const", "variables": []}
{"className": "FAbcFile::GetPolyMeshes", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "Return array of PolyMeshes inside of the ABC file", "module": "AlembicLibrary", "code": "const [TArray](API\\Runtime\\Core\\Containers\\TArray)< [FAbcPolyMesh](API\\Plugins\\AlembicLibrary\\FAbcPolyMesh) * > & GetPolyMeshes() const", "variables": []}
{"className": "FAbcFile::GetSecondsPerFrame", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "", "module": "AlembicLibrary", "code": "const float GetSecondsPerFrame() const", "variables": []}
{"className": "FAbcFile::GetStartFrameIndex", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "Returns start/end frame index of imported playback range", "module": "AlembicLibrary", "code": "const int32 GetStartFrameIndex() const", "variables": []}
{"className": "FAbcFile::GetTransforms", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "Return array of Transform Objects inside of the ABC file", "module": "AlembicLibrary", "code": "const [TArray](API\\Runtime\\Core\\Containers\\TArray)< [FAbcTransform](API\\Plugins\\AlembicLibrary\\FAbcTransform) * > & GetTransforms() const", "variables": []}
{"className": "FAbcFile::GetUniqueFaceSetNames", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "Returns the list of unique face set names from the meshes to be imported", "module": "AlembicLibrary", "code": "const [TArray](API\\Runtime\\Core\\Containers\\TArray)< [FString](API\\Runtime\\Core\\Containers\\FString) > & GetUniqueFaceSetNames() const", "variables": []}
{"className": "FAbcFile::Import", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "Sets up import data and propagates import settings to read objects", "module": "AlembicLibrary", "code": "[EAbcImportError](API\\Plugins\\AlembicLibrary\\EAbcImportError) Import ( [UAbcImportSettings](API\\Plugins\\AlembicLibrary\\UAbcImportSettings) * InImportSettings )", "variables": []}
{"className": "FAbcFile::Open", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "Opens the ABC file and reads initial data for import options", "module": "AlembicLibrary", "code": "[EAbcImportError](API\\Plugins\\AlembicLibrary\\EAbcImportError) Open()", "variables": []}
{"className": "FAbcFile::ProcessFrames", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "Process all to-import frames for each poly mesh inside of the ABC file", "module": "AlembicLibrary", "code": "void ProcessFrames ( [TFunctionRef](API\\Runtime\\Core\\GenericPlatform\\TFunctionRef)< void(int32, [FAbcFile](API\\Plugins\\AlembicLibrary\\FAbcFile) *)> InCallback, const [EFrameReadFlags](API\\Plugins\\AlembicLibrary\\EFrameReadFlags) InFlags )", "variables": []}
{"className": "FAbcFile::ReadFrame", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "Reads the frame data for the given FrameIndex, with the ReadIndex used to specify the current read when doing concurrent reads (up to 8 at the same time)", "module": "AlembicLibrary", "code": "void ReadFrame ( int32 FrameIndex, const [EFrameReadFlags](API\\Plugins\\AlembicLibrary\\EFrameReadFlags) InFlags, const int32 ReadIndex )", "variables": []}
{"className": "FAbcFile::TraverseAbcHierarchy", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "", "module": "AlembicLibrary", "code": "void TraverseAbcHierarchy ( const Alembic::Abc::IObject & InObject, [IAbcObject](API\\Plugins\\AlembicLibrary\\IAbcObject) * InParent )", "variables": []}
{"className": "FAbcFile::FAbcFile", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "", "module": "AlembicLibrary", "code": "FAbcFile ( const [FString](API\\Runtime\\Core\\Containers\\FString) & InFilePath )", "variables": []}
{"className": "FAbcFile::~FAbcFile", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "", "module": "AlembicLibrary", "code": "~FAbcFile()", "variables": []}
{"className": "FAbcFile", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "", "module": "AlembicLibrary", "code": "class FAbcFile", "variables": [{"type": "FString", "name": "AppName", "description": ""}, {"type": "Alembic::Abc::I...", "name": "Archive", "description": "Archive-typed ABC file"}, {"type": "FBoxSphereBound...", "name": "ArchiveBounds", "description": "Entire bounds of the archive over time"}, {"type": "float", "name": "ArchiveSecondsPerFrame", "description": "FPS stored inside of the ABC file"}, {"type": "Alembic::AbcCor...", "name": "CompressionType", "description": ""}, {"type": "TMap<FString, ...", "name": "CustomAttributes", "description": ""}, {"type": "FString", "name": "DateWritten", "description": ""}, {"type": "int32", "name": "EndFrameIndex", "description": ""}, {"type": "Alembic::AbcCor...", "name": "Factory", "description": "Factory used to generate objects"}, {"type": "constFString", "name": "FilePath", "description": "File path for the ABC file"}, {"type": "int32", "name": "FramesPerSecond", "description": "Frames per second (retrieved and specified in top Alembic object)"}, {"type": "FString", "name": "Hash", "description": ""}, {"type": "float", "name": "ImportLength", "description": "Final length (in seconds)_of sequence we are importing"}, {"type": "UAbcImportSetti...", "name": "ImportSettings", "description": "Cached user set import settings"}, {"type": "float", "name": "ImportTimeOffset", "description": ""}, {"type": "uint32", "name": "LibVersion", "description": ""}, {"type": "FString", "name": "LibVersionString", "description": ""}, {"type": "TMap<FString, ...", "name": "MaterialMap", "description": "Map of material created for the imported alembic file identified by material names"}, {"type": "int32", "name": "MaxFrameIndex", "description": ""}, {"type": "float", "name": "MaxTime", "description": ""}, {"type": "IMeshUtilities...", "name": "MeshUtilities", "description": "Cached Mesh utilities ptr for normal calculations"}, {"type": "int32", "name": "MinFrameIndex", "description": "Min and maximum frame index which contain actual data in the Alembic file"}, {"type": "float", "name": "MinTime", "description": "Min and maximum time found in the Alembic file"}, {"type": "int32", "name": "NumFrames", "description": "Total (max) number of frames in the Alembic file"}, {"type": "TArray<IAbcObj...", "name": "Objects", "description": "Abstract and typed objects part of this ABC file"}, {"type": "TArray<FAbcPol...", "name": "PolyMeshes", "description": ""}, {"type": "IAbcObject*...", "name": "RootObject", "description": "Root (top) object in the ABC file"}, {"type": "float", "name": "SecondsPerFrame", "description": "Seconds per frame (calculated according to FPS)"}, {"type": "int32", "name": "StartFrameIndex", "description": "Frame indices at which to start and stop importing"}, {"type": "Alembic::Abc::I...", "name": "TopObject", "description": "Alembic typed root (top) object"}, {"type": "TArray<FAbcTra...", "name": "Transforms", "description": ""}, {"type": "TArray<FString...", "name": "UniqueFaceSetNames", "description": ""}, {"type": "FString", "name": "UserDescription", "description": ""}]}
{"className": "FAbcGeometryCacheSettings::FAbcGeometryCacheSettings", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h", "description": "", "module": "AlembicLibrary", "code": "FAbcGeometryCacheSettings()", "variables": []}
{"className": "FAbcGeometryCacheSettings", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h", "description": "", "module": "AlembicLibrary", "code": "[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)(Blueprintable) struct FAbcGeometryCacheSettings", "variables": [{"type": "bool", "name": "bApplyConstantTopologyOptimizations", "description": "Force the preprocessor to only do optimization once instead of when the preprocessor decides."}, {"type": "bool", "name": "bFlattenTracks", "description": "Whether or not to merge all vertex animation into one track."}, {"type": "bool", "name": "bOptimizeIndexBuffers", "description": "Optimizes index buffers for each unique frame, to allow better cache coherency on the GPU."}, {"type": "bool", "name": "bStoreImportedVertexNumbers", "description": "Store the imported vertex numbers."}, {"type": "float", "name": "CompressedPositionPrecision", "description": "Precision used for compressing vertex positions (lower = better result but less compression, higher = more lossy compression but smaller size)"}, {"type": "int32", "name": "CompressedTextureCoordinatesNumberOfBits", "description": "Bit-precision used for compressing texture coordinates (hight = better result but less compression, lower = more lossy compression but smaller size)"}, {"type": "EAbcGeometryCac...", "name": "MotionVectors", "description": ""}]}
{"className": "FAbcImporter::GetEndFrameIndex", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImporter.h", "description": "Returns the highest frame index containing data for the imported Alembic file", "module": "AlembicLibrary", "code": "const uint32 GetEndFrameIndex() const", "variables": []}
{"className": "FAbcImporter::GetNumMeshTracks", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImporter.h", "description": "Returns the number of tracks found in the imported Alembic file", "module": "AlembicLibrary", "code": "const uint32 GetNumMeshTracks() const", "variables": []}
{"className": "FAbcImporter::GetPolyMeshes", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImporter.h", "description": "Returns the array of imported PolyMesh objects", "module": "AlembicLibrary", "code": "const [TArray](API\\Runtime\\Core\\Containers\\TArray)< class [FAbcPolyMesh](API\\Plugins\\AlembicLibrary\\FAbcPolyMesh) * > & GetPolyMeshes() const", "variables": []}
{"className": "FAbcImporter::GetStartFrameIndex", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImporter.h", "description": "Returns the lowest frame index containing data for the imported Alembic file", "module": "AlembicLibrary", "code": "const uint32 GetStartFrameIndex() const", "variables": []}
{"className": "FAbcImporter::ImportAsGeometryCache", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImporter.h", "description": "Import an Alembic file as a GeometryCache\nUGeometryCache*", "module": "AlembicLibrary", "code": "[UGeometryCache](API\\Plugins\\GeometryCache\\UGeometryCache) * ImportAsGeometryCache ( [UObject](API\\Runtime\\CoreUObject\\UObject\\UObject) * InParent, EObjectFlags Flags )", "variables": []}
{"className": "FAbcImporter::ImportAsSkeletalMesh", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImporter.h", "description": "", "module": "AlembicLibrary", "code": "[TArray](API\\Runtime\\Core\\Containers\\TArray)< [UObject](API\\Runtime\\CoreUObject\\UObject\\UObject) * > ImportAsSkeletalMesh ( [UObject](API\\Runtime\\CoreUObject\\UObject\\UObject) * InParent, EObjectFlags Flags )", "variables": []}
{"className": "FAbcImporter::ImportAsStaticMesh", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImporter.h", "description": "Import Alembic meshes as a StaticMeshInstance\nFStaticMesh*", "module": "AlembicLibrary", "code": "const [TArray](API\\Runtime\\Core\\Containers\\TArray)< [UStaticMesh](API\\Runtime\\Engine\\Engine\\UStaticMesh) * > ImportAsStaticMesh ( [UObject](API\\Runtime\\CoreUObject\\UObject\\UObject) * InParent, EObjectFlags Flags )", "variables": []}
{"className": "FAbcImporter::ImportTrackData", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImporter.h", "description": "Imports the individual tracks from the Alembic file", "module": "AlembicLibrary", "code": "const [EAbcImportError](API\\Plugins\\AlembicLibrary\\EAbcImportError) ImportTrackData ( const int32 InNumThreads, [UAbcImportSettings](API\\Plugins\\AlembicLibrary\\UAbcImportSettings) * ImportSettings )", "variables": []}
{"className": "FAbcImporter::OpenAbcFileForImport", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImporter.h", "description": "Opens and caches basic data from the Alembic file to be used for populating the importer UI", "module": "AlembicLibrary", "code": "const [EAbcImportError](API\\Plugins\\AlembicLibrary\\EAbcImportError) OpenAbcFileForImport ( const [FString](API\\Runtime\\Core\\Containers\\FString) InFilePath )", "variables": []}
{"className": "FAbcImporter::ReimportAsGeometryCache", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImporter.h", "description": "Reimport an Alembic file as a GeometryCache\nUGeometryCache*", "module": "AlembicLibrary", "code": "[UGeometryCache](API\\Plugins\\GeometryCache\\UGeometryCache) * ReimportAsGeometryCache ( [UGeometryCache](API\\Plugins\\GeometryCache\\UGeometryCache) * GeometryCache )", "variables": []}
{"className": "FAbcImporter::ReimportAsSkeletalMesh", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImporter.h", "description": "Reimport an Alembic file as a SkeletalMesh\nUSkeletalMesh*", "module": "AlembicLibrary", "code": "[TArray](API\\Runtime\\Core\\Containers\\TArray)< [UObject](API\\Runtime\\CoreUObject\\UObject\\UObject) * > ReimportAsSkeletalMesh ( [USkeletalMesh](API\\Runtime\\Engine\\Engine\\USkeletalMesh) * SkeletalMesh )", "variables": []}
{"className": "FAbcImporter::ReimportAsStaticMesh", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImporter.h", "description": "Reimport an Alembic mesh\nFStaticMesh*", "module": "AlembicLibrary", "code": "const [TArray](API\\Runtime\\Core\\Containers\\TArray)< [UStaticMesh](API\\Runtime\\Engine\\Engine\\UStaticMesh) * > ReimportAsStaticMesh ( [UStaticMesh](API\\Runtime\\Engine\\Engine\\UStaticMesh) * Mesh )", "variables": []}
{"className": "FAbcImporter::RetrieveAssetImportData", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImporter.h", "description": "", "module": "AlembicLibrary", "code": "void RetrieveAssetImportData ( [UAbcAssetImportData](API\\Plugins\\AlembicLibrary\\UAbcAssetImportData) * ImportData )", "variables": []}
{"className": "FAbcImporter::UpdateAssetImportData", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImporter.h", "description": "", "module": "AlembicLibrary", "code": "void UpdateAssetImportData ( [UAbcAssetImportData](API\\Plugins\\AlembicLibrary\\UAbcAssetImportData) * AssetImportData )", "variables": []}
{"className": "FAbcImporter::FAbcImporter", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImporter.h", "description": "", "module": "AlembicLibrary", "code": "FAbcImporter()", "variables": []}
{"className": "FAbcImporter::~FAbcImporter", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImporter.h", "description": "", "module": "AlembicLibrary", "code": "~FAbcImporter()", "variables": []}
{"className": "FAbcImporter", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImporter.h", "description": "", "module": "AlembicLibrary", "code": "class FAbcImporter", "variables": []}
{"className": "FAbcImportLogger::AddImportMessage", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportLogger.h", "description": "Adds an import message to the stored array for later output", "module": "AlembicLibrary", "code": "static void AddImportMessage ( const [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [FTokenizedMessage](API\\Runtime\\Core\\Logging\\FTokenizedMessage) > Message )", "variables": []}
{"className": "MessageLock", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportLogger.h", "description": "", "module": "AlembicLibrary", "code": "static FCriticalSection MessageLock;", "variables": []}
{"className": "FAbcImportLogger::RetrieveMessages", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportLogger.h", "description": "Returns the messages and flushes them from the logger", "module": "AlembicLibrary", "code": "static [TArray](API\\Runtime\\Core\\Containers\\TArray)< [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [FTokenizedMessage](API\\Runtime\\Core\\Logging\\FTokenizedMessage) > > RetrieveMessages()", "variables": []}
{"className": "TokenizedErrorMessages", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportLogger.h", "description": "Error messages", "module": "AlembicLibrary", "code": "static [TArray](API\\Runtime\\Core\\Containers\\TArray)< [TSharedRef](API\\Runtime\\Core\\Templates\\TSharedRef)< [FTokenizedMessage](API\\Runtime\\Core\\Logging\\FTokenizedMessage) > > TokenizedErrorMessages;", "variables": []}
{"className": "FAbcImportLogger::FAbcImportLogger", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportLogger.h", "description": "", "module": "AlembicLibrary", "code": "FAbcImportLogger()", "variables": []}
{"className": "FAbcImportLogger", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportLogger.h", "description": "", "module": "AlembicLibrary", "code": "class FAbcImportLogger", "variables": []}
{"className": "FAbcMaterialSettings::FAbcMaterialSettings", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h", "description": "", "module": "AlembicLibrary", "code": "FAbcMaterialSettings()", "variables": []}
{"className": "FAbcMaterialSettings", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h", "description": "", "module": "AlembicLibrary", "code": "[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)(Blueprintable) struct FAbcMaterialSettings", "variables": [{"type": "bool", "name": "bCreateMaterials", "description": "Whether or not to create materials according to found Face Set names (will not work without face sets)"}, {"type": "bool", "name": "bFindMaterials", "description": "Whether or not to try and find materials according to found Face Set names (will not work without face sets)"}]}
{"className": "FAbcMeshSample::Copy", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcPolyMesh.h", "description": "", "module": "AlembicLibrary", "code": "void Copy ( const [FAbcMeshSample](API\\Plugins\\AlembicLibrary\\FAbcMeshSample) & InSample, const ESampleReadFlags ReadFlags )", "variables": []}
{"className": "FAbcImportLogger::OutputMessages", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportLogger.h", "description": "Outputs the messages to a new named page in the message log", "module": "AlembicLibrary", "code": "static void OutputMessages ( const [FString](API\\Runtime\\Core\\Containers\\FString) & PageName )", "variables": []}
{"className": "FAbcMeshSample::Copy", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcPolyMesh.h", "description": "", "module": "AlembicLibrary", "code": "void Copy ( const [FAbcMeshSample](API\\Plugins\\AlembicLibrary\\FAbcMeshSample) * InSample, const ESampleReadFlags ReadFlags )", "variables": []}
{"className": "FAbcMeshSample::Reset", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcPolyMesh.h", "description": "", "module": "AlembicLibrary", "code": "void Reset ( const ESampleReadFlags ReadFlags )", "variables": []}
{"className": "FAbcMeshSample::FAbcMeshSample", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcPolyMesh.h", "description": "Constructing from other sample", "module": "AlembicLibrary", "code": "FAbcMeshSample ( const [FAbcMeshSample](API\\Plugins\\AlembicLibrary\\FAbcMeshSample) & InSample )", "variables": []}
{"className": "FAbcMeshSample::FAbcMeshSample", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcPolyMesh.h", "description": "", "module": "AlembicLibrary", "code": "FAbcMeshSample()", "variables": []}
{"className": "FAbcNormalGenerationSettings::FAbcNormalGenerationSettings", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h", "description": "", "module": "AlembicLibrary", "code": "FAbcNormalGenerationSettings()", "variables": []}
{"className": "FAbcMeshSample", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcPolyMesh.h", "description": "Structure for storing individual track samples", "module": "AlembicLibrary", "code": "struct FAbcMeshSample", "variables": [{"type": "TArray<FLinear...", "name": "Colors", "description": ""}, {"type": "TArray< uint32 ...", "name": "Indices", "description": ""}, {"type": "TArray< int32 >", "name": "MaterialIndices", "description": "Per Face material and smoothing group index."}, {"type": "TArray< FVector...", "name": "Normals", "description": "Vertex attributes (per index based)"}, {"type": "uint32", "name": "NumMaterials", "description": ""}, {"type": "uint32", "name": "NumSmoothingGroups", "description": "Number of smoothing groups and different materials (will always be at least 1)"}, {"type": "uint32", "name": "NumUVSets", "description": ""}, {"type": "float", "name": "SampleTime", "description": "Time in track this sample was taken from."}, {"type": "TArray< uint32 ...", "name": "SmoothingGroupIndices", "description": ""}, {"type": "TArray< FVector...", "name": "TangentX", "description": ""}, {"type": "TArray< FVector...", "name": "TangentY", "description": ""}, {"type": "TArray< FVector...", "name": "UVs", "description": ""}, {"type": "TArray< FVector...", "name": "Velocities", "description": ""}, {"type": "TArray< FVector...", "name": "Vertices", "description": ""}]}
{"className": "FAbcNormalGenerationSettings", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h", "description": "", "module": "AlembicLibrary", "code": "[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)(Blueprintable) struct FAbcNormalGenerationSettings", "variables": [{"type": "bool", "name": "bForceOneSmoothingGroupPerObject", "description": "Whether or not to force smooth normals for each individual object rather than calculating smoothing groups"}, {"type": "bool", "name": "bIgnoreDegenerateTriangles", "description": "Determines whether or not the degenerate triangles should be ignored when calculating tangents/normals"}, {"type": "bool", "name": "bRecomputeNormals", "description": "Determines whether or not the normals should be forced to be recomputed"}, {"type": "bool", "name": "bSkipComputingTangents", "description": "Determines whether tangents are computed for GeometryCache."}, {"type": "float", "name": "HardEdgeAngleThreshold", "description": "Threshold used to determine whether an angle between two normals should be considered hard, closer to 0 means more smooth vs 1"}]}
{"className": "FAbcPolyMesh::CalculateNormalsForSample", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcPolyMesh.h", "description": "Calculate normals for sample according to available data and user settings", "module": "AlembicLibrary", "code": "void CalculateNormalsForSample ( [FAbcMeshSample](API\\Plugins\\AlembicLibrary\\FAbcMeshSample) * Sample )", "variables": []}
{"className": "FAbcPolyMesh::GetFirstSample", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcPolyMesh.h", "description": "Returns the first sample available for this object", "module": "AlembicLibrary", "code": "const [FAbcMeshSample](API\\Plugins\\AlembicLibrary\\FAbcMeshSample) * GetFirstSample() const", "variables": []}
{"className": "FAbcPolyMesh::GetMatrix", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcPolyMesh.h", "description": "", "module": "AlembicLibrary", "code": "virtual FMatrix GetMatrix ( const int32 FrameIndex ) const", "variables": []}
{"className": "FAbcPolyMesh::GetSample", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcPolyMesh.h", "description": "EndIAbcObjectoverrides Returns sample for the given frame index (if it is part of the resident samples)", "module": "AlembicLibrary", "code": "const [FAbcMeshSample](API\\Plugins\\AlembicLibrary\\FAbcMeshSample) * GetSample ( const int32 FrameIndex ) const", "variables": []}
{"className": "FAbcPolyMesh::GetSampleReadFlags", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcPolyMesh.h", "description": "Returns the value of the bitmask used for skipping constant vertex attributes while reading samples", "module": "AlembicLibrary", "code": "ESampleReadFlags GetSampleReadFlags() const", "variables": []}
{"className": "FAbcPolyMesh::GetTransformedFirstSample", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcPolyMesh.h", "description": "Returns the first sample available for this object transformed by first available matrix", "module": "AlembicLibrary", "code": "const [FAbcMeshSample](API\\Plugins\\AlembicLibrary\\FAbcMeshSample) * GetTransformedFirstSample() const", "variables": []}
{"className": "FAbcPolyMesh::GetVisibility", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcPolyMesh.h", "description": "Returns the visibility value (true = visible, false = hidden) for the given frame index (if it is part of the resident samples)", "module": "AlembicLibrary", "code": "const bool GetVisibility ( const int32 FrameIndex ) const", "variables": []}
{"className": "FAbcPolyMesh::HasConstantTransform", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcPolyMesh.h", "description": "", "module": "AlembicLibrary", "code": "virtual bool HasConstantTransform() const", "variables": []}
{"className": "FAbcPolyMesh::PurgeFrameData", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcPolyMesh.h", "description": "", "module": "AlembicLibrary", "code": "virtual void PurgeFrameData ( const int32 FrameIndex )", "variables": []}
{"className": "FAbcPolyMesh::ReadFirstFrame", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcPolyMesh.h", "description": "BeginIAbcObjectoverrides", "module": "AlembicLibrary", "code": "virtual bool ReadFirstFrame ( const float InTime, const int32 FrameIndex )", "variables": []}
{"className": "FAbcPolyMesh::SetFrameAndTime", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcPolyMesh.h", "description": "", "module": "AlembicLibrary", "code": "virtual void SetFrameAndTime ( const float InTime, const int32 FrameIndex, const [EFrameReadFlags](API\\Plugins\\AlembicLibrary\\EFrameReadFlags) InFlags, const int32 TargetIndex )", "variables": []}
{"className": "FAbcPolyMesh::~FAbcPolyMesh", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcPolyMesh.h", "description": "", "module": "AlembicLibrary", "code": "virtual ~FAbcPolyMesh()", "variables": []}
{"className": "FAbcPolyMesh", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcPolyMesh.h", "description": "", "module": "AlembicLibrary", "code": "class FAbcPolyMesh : public [IAbcObject](API\\Plugins\\AlembicLibrary\\IAbcObject)", "variables": [{"type": "bool", "name": "bConstantTopology", "description": "Flag whether or not this object has constant topology (used for eligibility for PCA compression)"}, {"type": "bool", "name": "bConstantTransformation", "description": "Flag whether or not this object has a constant world matrix (used whether to incorporate into PCA compression)"}, {"type": "bool", "name": "bConstantVisibility", "description": "Flag whether or not this object has a constant visibility value across the entire animated range"}, {"type": "bool", "name": "bFirstFrameVisibility", "description": "Whether or not the mesh is visible in the first Frame"}, {"type": "bool", "name": "bReturnFirstSample", "description": "Whether or not to just return FirstSample"}, {"type": "bool", "name": "bReturnTransformedFirstSample", "description": "Whether or not to just return the transformed FirstSample"}, {"type": "bool", "name": "bShouldImport", "description": "Whether or not this Mesh object should be imported"}, {"type": "FBoxSphereBound...", "name": "ChildBounds", "description": ""}, {"type": "TArray<FString...", "name": "FaceSetNames", "description": "Array of face set names found for this object"}, {"type": "FAbcMeshSample...", "name": "FirstSample", "description": "Initial mesh sample for this object in first frame with available data"}, {"type": "const Alembic::...", "name": "PolyMesh", "description": "Alembic representation of this object"}, {"type": "FAbcMeshSample...", "name": "ResidentSamples", "description": "Resident set of Mesh Samples for this object, used for parallel reading of samples/frames"}, {"type": "bool[MaxNumberO...", "name": "ResidentVisibilitySamples", "description": ""}, {"type": "ESampleReadFlag...", "name": "SampleReadFlags", "description": "Bitmask read flag used for skipping constant vertex attributes while reading samples"}, {"type": "const Alembic::...", "name": "Schema", "description": "Schema extracted from Poly Mesh object"}, {"type": "FBoxSphereBound...", "name": "SelfBounds", "description": "Cached self and child bounds for entire duration of the animation"}, {"type": "FAbcMeshSample...", "name": "TransformedFirstSample", "description": "Initial mesh sample for this object in first frame with available data, transformed by first available matrix"}]}
{"className": "FAbcSamplingSettings::FAbcSamplingSettings", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h", "description": "", "module": "AlembicLibrary", "code": "FAbcSamplingSettings()", "variables": []}
{"className": "FAbcSamplingSettings", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h", "description": "", "module": "AlembicLibrary", "code": "[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)(Blueprintable) struct FAbcSamplingSettings", "variables": [{"type": "bool", "name": "bSkipEmpty", "description": "Skip empty (pre-roll) frames and start importing at the frame which actually contains data"}, {"type": "int32", "name": "FrameEnd", "description": "Ending index to stop sampling the animation at"}, {"type": "int32", "name": "FrameStart", "description": "Starting index to start sampling the animation from"}, {"type": "int32", "name": "FrameSteps", "description": "Steps to take when sampling the animation"}, {"type": "EAlembicSamplin...", "name": "SamplingType", "description": "Type of sampling performed while importing the animation"}, {"type": "float", "name": "TimeSteps", "description": "Time steps to take when sampling the animation"}]}
{"className": "FAbcStaticMeshSettings::FAbcStaticMeshSettings", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h", "description": "", "module": "AlembicLibrary", "code": "FAbcStaticMeshSettings()", "variables": []}
{"className": "FAbcStaticMeshSettings", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h", "description": "", "module": "AlembicLibrary", "code": "[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)(Blueprintable) struct FAbcStaticMeshSettings", "variables": [{"type": "bool", "name": "bGenerateLightmapUVs", "description": "Flag for whether or not lightmap UVs should be generated."}, {"type": "bool", "name": "bMergeMeshes", "description": "Whether or not to merge the static meshes on import (remember this can cause problems with overlapping UV-sets)"}, {"type": "bool", "name": "bPropagateMatrixTransformations", "description": "This will, if applicable, apply matrix transformations to the meshes."}]}
{"className": "FAbcTransform::GetMatrix", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcTransform.h", "description": "", "module": "AlembicLibrary", "code": "virtual FMatrix GetMatrix ( const int32 FrameIndex ) const", "variables": []}
{"className": "FAbcPolyMesh::FAbcPolyMesh", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcPolyMesh.h", "description": "", "module": "AlembicLibrary", "code": "FAbcPolyMesh ( const Alembic::AbcGeom::IPolyMesh & InPolyMesh, const [FAbcFile](API\\Plugins\\AlembicLibrary\\FAbcFile) * InFile, [IAbcObject](API\\Plugins\\AlembicLibrary\\IAbcObject) * InParent )", "variables": []}
{"className": "FAbcTransform::HasConstantTransform", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcTransform.h", "description": "", "module": "AlembicLibrary", "code": "virtual bool HasConstantTransform() const", "variables": []}
{"className": "FAbcTransform::PurgeFrameData", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcTransform.h", "description": "", "module": "AlembicLibrary", "code": "virtual void PurgeFrameData ( const int32 FrameIndex )", "variables": []}
{"className": "FAbcTransform::ReadFirstFrame", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcTransform.h", "description": "BeginIAbcObjectoverrides", "module": "AlembicLibrary", "code": "virtual bool ReadFirstFrame ( const float InTime, const int32 FrameIndex )", "variables": []}
{"className": "FAbcTransform::SetFrameAndTime", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcTransform.h", "description": "", "module": "AlembicLibrary", "code": "virtual void SetFrameAndTime ( const float InTime, const int32 FrameIndex, const [EFrameReadFlags](API\\Plugins\\AlembicLibrary\\EFrameReadFlags) InFlags, const int32 TargetIndex )", "variables": []}
{"className": "FAbcTransform::FAbcTransform", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcTransform.h", "description": "", "module": "AlembicLibrary", "code": "FAbcTransform ( const Alembic::AbcGeom::IXform & InTransform, const [FAbcFile](API\\Plugins\\AlembicLibrary\\FAbcFile) * InFile, [IAbcObject](API\\Plugins\\AlembicLibrary\\IAbcObject) * InParent )", "variables": []}
{"className": "FAbcTransform::~FAbcTransform", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcTransform.h", "description": "", "module": "AlembicLibrary", "code": "virtual ~FAbcTransform()", "variables": []}
{"className": "FAbcTransform", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcTransform.h", "description": "", "module": "AlembicLibrary", "code": "class FAbcTransform : public [IAbcObject](API\\Plugins\\AlembicLibrary\\IAbcObject)", "variables": [{"type": "bool", "name": "bConstantIdentity", "description": "EndIAbcObjectoverrides Flag whether or not this transformation object is identity constant"}, {"type": "FMatrix", "name": "InitialValue", "description": "Initial value for this object in first frame with available data"}, {"type": "FMatrix[MaxNumb...", "name": "ResidentMatrices", "description": "Resident set of matrix values for this object, used for parallel reading of samples/frames"}, {"type": "const Alembic::...", "name": "Schema", "description": "Schema extracted from transform object"}, {"type": "const Alembic::...", "name": "Transform", "description": "Alembic representation of this object"}]}
{"className": "FAbcUtilities::GetFrameMeshData", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcUtilities.h", "description": "Populates aFGeometryCacheMeshDatainstance (with merged meshes) for the given frame of an Alembic with ConcurrencyIndex used as the concurrent read index", "module": "AlembicLibrary", "code": "static void GetFrameMeshData ( [FAbcFile](API\\Plugins\\AlembicLibrary\\FAbcFile) & AbcFile, int32 FrameIndex, [FGeometryCacheMeshData](API\\Plugins\\GeometryCache\\FGeometryCacheMeshData) & OutMeshData, int32 ConcurrencyIndex )", "variables": []}
{"className": "FAbcUtilities::SetupGeometryCacheMaterials", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcUtilities.h", "description": "Sets up materials from an AbcFile to a GeometryCache and moves them into the given package", "module": "AlembicLibrary", "code": "static void SetupGeometryCacheMaterials ( [FAbcFile](API\\Plugins\\AlembicLibrary\\FAbcFile) & AbcFile, class [UGeometryCache](API\\Plugins\\GeometryCache\\UGeometryCache) * GeometryCache, [UObject](API\\Runtime\\CoreUObject\\UObject\\UObject) * Package )", "variables": []}
{"className": "FAbcUtilities", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcUtilities.h", "description": "", "module": "AlembicLibrary", "code": "class FAbcUtilities", "variables": []}
{"className": "FCompressedAbcData", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImporter.h", "description": "", "module": "AlembicLibrary", "code": "struct FCompressedAbcData", "variables": [{"type": "FAbcMeshSample...", "name": "AverageSample", "description": "Average sample to apply the bases to"}, {"type": "TArray<FAbcMes...", "name": "BaseSamples", "description": "List of base samples calculated using PCA compression"}, {"type": "TArray<TArray<...", "name": "CurveValues", "description": "Contains the curve values for each individual base"}, {"type": "FGuid", "name": "Guid", "description": "GUID identifying the poly mesh object this compressed data corresponds to"}, {"type": "TArray<FString...", "name": "MaterialNames", "description": "Material names used for retrieving created materials"}, {"type": "TArray<TArray<...", "name": "TimeValues", "description": "Contains the time key values for each individual base"}]}
{"className": "FCompressedAbcData::~FCompressedAbcData", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImporter.h", "description": "", "module": "AlembicLibrary", "code": "~FCompressedAbcData()", "variables": []}
{"className": "FMeshSection::FMeshSection", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImporter.h", "description": "", "module": "AlembicLibrary", "code": "FMeshSection()", "variables": []}
{"className": "FMeshSection", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImporter.h", "description": "Mesh section used for chunking the mesh data during Skeletal mesh building", "module": "AlembicLibrary", "code": "struct FMeshSection", "variables": [{"type": "TArray<FColor...", "name": "Colors", "description": ""}, {"type": "TArray< uint32 ...", "name": "Indices", "description": ""}, {"type": "int32", "name": "MaterialIndex", "description": ""}, {"type": "uint32", "name": "NumFaces", "description": ""}, {"type": "uint32", "name": "NumUVSets", "description": ""}, {"type": "TArray< uint32 ...", "name": "OriginalIndices", "description": ""}, {"type": "TArray< FVector...", "name": "TangentX", "description": ""}, {"type": "TArray< FVector...", "name": "TangentY", "description": ""}, {"type": "TArray< FVector...", "name": "TangentZ", "description": ""}, {"type": "TArray< FVector...", "name": "UVs", "description": ""}]}
{"className": "IAbcObject::GetMatrix", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcObject.h", "description": "", "module": "AlembicLibrary", "code": "virtual FMatrix GetMatrix ( const int32 FrameIndex ) const", "variables": []}
{"className": "IAbcObject::GetName", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcObject.h", "description": "", "module": "AlembicLibrary", "code": "const [FString](API\\Runtime\\Core\\Containers\\FString) & GetName() const", "variables": []}
{"className": "IAbcObject::GetNumberOfSamples", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcObject.h", "description": "", "module": "AlembicLibrary", "code": "int32 GetNumberOfSamples() const", "variables": []}
{"className": "IAbcObject::GetFrameIndexForFirstData", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcObject.h", "description": "", "module": "AlembicLibrary", "code": "int32 GetFrameIndexForFirstData() const", "variables": []}
{"className": "IAbcObject::GetTimeForFirstData", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcObject.h", "description": "", "module": "AlembicLibrary", "code": "float GetTimeForFirstData() const", "variables": []}
{"className": "IAbcObject::GetTimeForFrameIndex", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcObject.h", "description": "", "module": "AlembicLibrary", "code": "float GetTimeForFrameIndex ( const int32 FrameIndex ) const", "variables": []}
{"className": "IAbcObject::GetTimeForLastData", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcObject.h", "description": "", "module": "AlembicLibrary", "code": "float GetTimeForLastData() const", "variables": []}
{"className": "IAbcObject::HasConstantTransform", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcObject.h", "description": "", "module": "AlembicLibrary", "code": "bool HasConstantTransform() const", "variables": []}
{"className": "IAbcObject::IsConstant", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcObject.h", "description": "", "module": "AlembicLibrary", "code": "bool IsConstant() const", "variables": []}
{"className": "IAbcObject::PurgeFrameData", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcObject.h", "description": "", "module": "AlembicLibrary", "code": "void PurgeFrameData ( const int32 FrameIndex )", "variables": []}
{"className": "IAbcObject::ReadFirstFrame", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcObject.h", "description": "", "module": "AlembicLibrary", "code": "bool ReadFirstFrame ( const float InTime, const int32 FrameIndex )", "variables": []}
{"className": "IAbcObject::SetFrameAndTime", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcObject.h", "description": "", "module": "AlembicLibrary", "code": "void SetFrameAndTime ( const float InTime, const int32 FrameIndex, const [EFrameReadFlags](API\\Plugins\\AlembicLibrary\\EFrameReadFlags) InFlags, const int32 TargetIndex )", "variables": []}
{"className": "IAbcObject::IAbcObject", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcObject.h", "description": "", "module": "AlembicLibrary", "code": "IAbcObject ( const Alembic::Abc::IObject & InObject, const [FAbcFile](API\\Plugins\\AlembicLibrary\\FAbcFile) * InFile, [IAbcObject](API\\Plugins\\AlembicLibrary\\IAbcObject) * InParent )", "variables": []}
{"className": "IAbcObject::~IAbcObject", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcObject.h", "description": "", "module": "AlembicLibrary", "code": "virtual ~IAbcObject()", "variables": []}
{"className": "IAbcObject", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcObject.h", "description": "", "module": "AlembicLibrary", "code": "class IAbcObject", "variables": [{"type": "bool", "name": "bConstant", "description": "Flag whether or not this object is constant"}, {"type": "constFAbcFile...", "name": "File", "description": "File of which this object is part of"}, {"type": "float[MaxNumber...", "name": "FrameTimes", "description": ""}, {"type": "bool[MaxNumberO...", "name": "InUseSamples", "description": ""}, {"type": "float", "name": "MaxTime", "description": "Time of last frame containing data"}, {"type": "float", "name": "MinTime", "description": "Time of first frame containing data"}, {"type": "FString", "name": "Name", "description": "Name of this object"}, {"type": "int32", "name": "NumSamples", "description": "Number of data samples for this object"}, {"type": "const Alembic::...", "name": "Object", "description": "Abstract Alembic representation of this object"}, {"type": "IAbcObject*...", "name": "Parent", "description": "Parent object"}, {"type": "int32[MaxNumber...", "name": "ResidentSampleIndices", "description": ""}, {"type": "int32", "name": "StartFrameIndex", "description": "Frame index of first frame containing data"}]}
{"className": "IAlembicLibraryModule::Get", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AlembicLibraryModule.h", "description": "Singleton-like access to this module's interface. This is just for convenience! Beware of calling this during the shutdown phase, though. Your module might have been unloaded already.\nReturns singleton instance, loading the module on demand if needed", "module": "AlembicLibrary", "code": "static [IAlembicLibraryModule](API\\Plugins\\AlembicLibrary\\IAlembicLibraryModule) & Get()", "variables": []}
{"className": "IAlembicLibraryModule::IsAvailable", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AlembicLibraryModule.h", "description": "Checks to see if this module is loaded and ready. It is only valid to callGet()ifIsAvailable()returns true.\nTrue if the module is loaded and ready to use", "module": "AlembicLibrary", "code": "static bool IsAvailable()", "variables": []}
{"className": "IAlembicLibraryModule", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AlembicLibraryModule.h", "description": "", "module": "AlembicLibrary", "code": "class IAlembicLibraryModule : public [IModuleInterface](API\\Runtime\\Core\\Modules\\IModuleInterface)", "variables": []}
{"className": "operator&", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "", "module": "AlembicLibrary", "code": "constexpr [EFrameReadFlags](API\\Plugins\\AlembicLibrary\\EFrameReadFlags) operator& ( [EFrameReadFlags](API\\Plugins\\AlembicLibrary\\EFrameReadFlags) Lhs, [EFrameReadFlags](API\\Plugins\\AlembicLibrary\\EFrameReadFlags) Rhs )", "variables": []}
{"className": "operator&=", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "", "module": "AlembicLibrary", "code": "[EFrameReadFlags](API\\Plugins\\AlembicLibrary\\EFrameReadFlags) & operator&= ( [EFrameReadFlags](API\\Plugins\\AlembicLibrary\\EFrameReadFlags) & Lhs, [EFrameReadFlags](API\\Plugins\\AlembicLibrary\\EFrameReadFlags) Rhs )", "variables": []}
{"className": "operator~", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "", "module": "AlembicLibrary", "code": "constexpr [EFrameReadFlags](API\\Plugins\\AlembicLibrary\\EFrameReadFlags) operator~ ( [EFrameReadFlags](API\\Plugins\\AlembicLibrary\\EFrameReadFlags) E )", "variables": []}
{"className": "operator^", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "", "module": "AlembicLibrary", "code": "constexpr [EFrameReadFlags](API\\Plugins\\AlembicLibrary\\EFrameReadFlags) operator^ ( [EFrameReadFlags](API\\Plugins\\AlembicLibrary\\EFrameReadFlags) Lhs, [EFrameReadFlags](API\\Plugins\\AlembicLibrary\\EFrameReadFlags) Rhs )", "variables": []}
{"className": "operator!", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "", "module": "AlembicLibrary", "code": "constexpr bool operator! ( [EFrameReadFlags](API\\Plugins\\AlembicLibrary\\EFrameReadFlags) E )", "variables": []}
{"className": "operator^=", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcFile.h", "description": "", "module": "AlembicLibrary", "code": "[EFrameReadFlags](API\\Plugins\\AlembicLibrary\\EFrameReadFlags) & operator^= ( [EFrameReadFlags](API\\Plugins\\AlembicLibrary\\EFrameReadFlags) & Lhs, [EFrameReadFlags](API\\Plugins\\AlembicLibrary\\EFrameReadFlags) Rhs )", "variables": []}
{"className": "UAbcAssetImportData", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcAssetImportData.h", "description": "Base class for import data and options used when importing any asset from Alembic", "module": "AlembicLibrary", "code": "[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)() class UAbcAssetImportData : public [UAssetImportData](API\\Runtime\\Engine\\EditorFramework\\UAssetImportData)", "variables": [{"type": "FAbcCompression...", "name": "CompressionSettings", "description": ""}, {"type": "FAbcConversionS...", "name": "ConversionSettings", "description": ""}, {"type": "FAbcGeometryCac...", "name": "GeometryCacheSettings", "description": ""}, {"type": "FAbcMaterialSet...", "name": "MaterialSettings", "description": ""}, {"type": "FAbcNormalGener...", "name": "NormalGenerationSettings", "description": ""}, {"type": "FAbcSamplingSet...", "name": "SamplingSettings", "description": ""}, {"type": "FAbcStaticMeshS...", "name": "StaticMeshSettings", "description": ""}, {"type": "TArray<FString...", "name": "TrackNames", "description": ""}]}
{"className": "UAbcAssetImportData::UAbcAssetImportData", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcAssetImportData.h", "description": "", "module": "AlembicLibrary", "code": "UAbcAssetImportData ( const [FObjectInitializer](API\\Runtime\\CoreUObject\\UObject\\FObjectInitializer) & ObjectInitializer )", "variables": []}
{"className": "UAbcImportSettings::Serialize", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h", "description": "Handles reading, writing, and reference collecting usingFArchive. This implementation handles allFPropertyserialization, but can be overridden for native variables.", "module": "AlembicLibrary", "code": "virtual void Serialize ( class [FArchive](API\\Runtime\\Core\\Serialization\\FArchive) & Ar )", "variables": []}
{"className": "UAbcImportSettings::Get", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h", "description": "Accessor and initializer", "module": "AlembicLibrary", "code": "static [UAbcImportSettings](API\\Plugins\\AlembicLibrary\\UAbcImportSettings) * Get()", "variables": []}
{"className": "UAbcImportSettings::UAbcImportSettings", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h", "description": "", "module": "AlembicLibrary", "code": "UAbcImportSettings ( const [FObjectInitializer](API\\Runtime\\CoreUObject\\UObject\\FObjectInitializer) & ObjectInitializer )", "variables": []}
{"className": "UAbcImportSettings", "headerPath": "/Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportSettings.h", "description": "Class that contains all options for importing an alembic file", "module": "AlembicLibrary", "code": "[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(Blueprintable) class UAbcImportSettings : public [UObject](API\\Runtime\\CoreUObject\\UObject\\UObject)", "variables": [{"type": "bool", "name": "bReimport", "description": ""}, {"type": "FAbcCompression...", "name": "CompressionSettings", "description": ""}, {"type": "FAbcConversionS...", "name": "ConversionSettings", "description": ""}, {"type": "FAbcGeometryCac...", "name": "GeometryCacheSettings", "description": ""}, {"type": "EAlembicImportT...", "name": "ImportType", "description": "Type of asset to import from Alembic file"}, {"type": "FAbcMaterialSet...", "name": "MaterialSettings", "description": ""}, {"type": "FAbcNormalGener...", "name": "NormalGenerationSettings", "description": ""}, {"type": "int32", "name": "NumThreads", "description": ""}, {"type": "FAbcSamplingSet...", "name": "SamplingSettings", "description": ""}, {"type": "FAbcStaticMeshS...", "name": "StaticMeshSettings", "description": ""}]}