FSubAllocator

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/DistanceFieldAtlas.h

Include

#include "DistanceFieldAtlas.h"

Syntax

class FSubAllocator

Functions

Name Description

Public function

uint32

 

Alloc

(
    uint32 SizeX,
    uint32 SizeY
)

Public function

void

 

Free

(
    uint32 Handle
)

Public function Const

FVector4

 

GetScaleBias

(
    uint32 Handle
)

Public function Const

FIntPoint

 

GetStartOffset

(
    uint32 Handle
)

Public function

void

 

Init

(
    uint32 InTileSize,
    uint32 InBorderSize,
    uint32 InDimInTiles
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss