FWeightedBlendable

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Scene.h

Include

#include "Engine/Scene.h"

Syntax

struct FWeightedBlendable

Variables

Name Description

Public variable

UObject *

 

Object

Should be of the IBlendableInterface* type but UProperties cannot express that

Public variable

float

 

Weight

0:no effect .. 1:full effect

Constructors

Name Description

Public function

FWeightedBlendable()

Default constructor

Public function

FWeightedBlendable

(
    float InWeight,
    UObject* InObject
)

Constructor

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