UGKTransformerStrategyCanvas#

Inheritance Relationships#

Base Type#

Derived Types#

Class Documentation#

class UGKTransformerStrategyCanvas : public UGKTransformerStrategy#

Subclassed by UGKCanvasUpscaler, UGKExplorationTransform

Public Functions

UGKTransformerStrategyCanvas()#
virtual void Initialize(class AGKFogOfWarVolume *Volume)#
virtual class UTexture *GetFactionTexture(FName name, bool CreateRenderTarget = true)#

Retrieve the Texture used to draw the fog of war for a given faction.

inline virtual FIntVector UpscaledTextureSize() const#

Protected Functions

class UCanvasRenderTarget2D *GetFactionTransformTarget(FName name, bool bCreateRenderTarget = true)#
class UCanvasRenderTarget2D *CreateTransformTarget()#

Protected Attributes

TMap<FName, class UCanvasRenderTarget2D*> TransformedTarget#
FIntVector TextureSize#