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