Navigation
API > API/Plugins > API/Plugins/ImagePlate
| Name | UImagePlateFileSequence |
| Type | class |
| Header File | /Engine/Plugins/Experimental/ImagePlate/Source/ImagePlate/Public/ImagePlateFileSequence.h |
| Include Path | #include "ImagePlateFileSequence.h" |
Syntax
UCLASS (MinimalAPI)
class UImagePlateFileSequence : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UImagePlateFileSequence
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UImagePlateFileSequence
(
const FObjectInitializer& Init |
ImagePlateFileSequence.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FileWildcard | FString | Wildcard used to find images within the directory (ie *.exr) | ImagePlateFileSequence.h |
|
| Framerate | float | Framerate at which to display the images | ImagePlateFileSequence.h |
|
| SequencePath | FDirectoryPath | Path to the directory in which the image sequence resides | ImagePlateFileSequence.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FImagePlateAsyncCache GetAsyncCache() |
Create a new image cache for this sequence | ImagePlateFileSequence.h |