Navigation
API > API/Runtime > API/Runtime/ImageCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USharedImageConstRefBlueprintFns
References
| Module | ImageCore |
| Header | /Engine/Source/Runtime/ImageCore/Public/ImageCoreBP.h |
| Include | #include "ImageCoreBP.h" |
Syntax
UCLASS (BlueprintType)
class USharedImageConstRefBlueprintFns : public UObject
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetHeight
(
const FSharedImageConstRefBlueprint& Image |
Returns -1 if Image is invalid. | |
| FLinearColor | GetPixelLinearColor
(
const FSharedImageConstRefBlueprint& Image, |
Returns the color value for the given pixel. | |
| FVector4f | GetPixelValue
(
const FSharedImageConstRefBlueprint& Image, |
Returns the value in the texture for the given pixel as a float vector. | |
| FVector2f | GetSize
(
const FSharedImageConstRefBlueprint& Image |
Returns (-1, -1) if Image is invalid. | |
| int32 | GetWidth
(
const FSharedImageConstRefBlueprint& Image |
Returns -1 if Image is invalid. | |
| bool | IsValid
(
const FSharedImageConstRefBlueprint& Image |