FWaterIconHelper

Windows
MacOS
Linux

References

Module

Water

Header

/Engine/Plugins/Experimental/Water/Source/Runtime/Public/WaterIconHelper.h

Include

#include "WaterIconHelper.h"

Syntax

struct FWaterIconHelper

Functions

Name Description

Public function Static

UBillboardCo...

 

EnsureSpriteComponentCreated

(
    ActorType* Actor,
    const TCHAR* InIconTextureName
)

Ensures a billboard component is created and added to the actor's components.

Public function Static

void

 

UpdateSpriteComponent

(
    AActor* Actor,
    UTexture2D* InTexture
)

Updates the texture/scale/position of the actor's billboard component, if any

Deprecated Functions

Name Description

Public function Static

UBillboardCo...

 

EnsureSpriteComponentCreated

(
    ActorType* Actor,
    const TCHAR* InIconTextureName,
    const FText& InDisplayName
)

void EnsureSpriteComponentCreated(Actor, InIconTextureName, InDisplayName) is deprecated. Use EnsureSpriteComponentCreated(Actor, InIconTextureName) instead.

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