Navigation
API > API/Plugins > API/Plugins/Niagara
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UVolumeCache
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/VolumeCache.h |
| Include | #include "VolumeCache.h" |
Syntax
UCLASS (Experimental, MinimalAPI)
class UVolumeCache : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| EVolumeCacheType | CacheType | ||
| FString | FilePath | File path to load | |
| int32 | FrameRangeEnd | ||
| int32 | FrameRangeStart | ||
| FIntVector | Resolution |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UVolumeCache
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | GetAssetPath
(
int frame |
||
| TSharedPtr< FVolumeCacheData > | GetData () |
||
| void | InitData () |
||
| bool | LoadFile
(
int frame |
||
| bool | LoadRange () |
||
| void | UnloadAll () |
||
| bool | UnloadFile
(
int frame |