Unreal Engine Blueprint API Reference > Miscellaneous > Warp
Save data to a PFM file. Since the float NaN value is not available in blueprints, we provide a flags array (false == NaN)
Target is Warp Utils Blueprint Library
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
string | File | |
integer | Tex Width | |
integer | Tex Height | |
vector | Vertices | |
boolean | Tiles Validity Flags |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
boolean | Return Value | Save data to a PFM file. Since the float NaN value is not available in blueprints, we provide a flags array (false == NaN) |