Navigation
API > API/Plugins > API/Plugins/WarpUtils > API/Plugins/WarpUtils/Blueprints
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UWarpUtilsBlueprintLibrary
References
Module | WarpUtils |
Header | /Engine/Plugins/Runtime/WarpUtils/Source/WarpUtils/Public/Blueprints/WarpUtilsBlueprintLibrary.h |
Include | #include "Blueprints/WarpUtilsBlueprintLibrary.h" |
Syntax
UCLASS&40;&41;
class UWarpUtilsBlueprintLibrary : public UBlueprintFunctionLibrary
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() ![]() |
bool | GeneratePFM
(
const FString& File, |
Generate and save data to a PFM file. |
![]() ![]() ![]() ![]() |
bool | GeneratePFMEx
(
const FString& File, |
Generate and save data to a PFM file. Additionally, we have an array of tiles validiy flags (false == all pixels of a tile are NaN) |
![]() ![]() ![]() ![]() |
bool | Save data to a PFM file. | |
![]() ![]() ![]() ![]() |
bool | Save data to a PFM file. Since the float NaN value is not available in blueprints, we provide a flags array (false == NaN) |