UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FWeightedBlendable Struct Reference

#include <Scene.h>

Public Member Functions

 FWeightedBlendable ()
 
 FWeightedBlendable (float InWeight, UObject *InObject)
 

Public Attributes

float Weight
 
TObjectPtr< UObjectObject
 

Constructor & Destructor Documentation

◆ FWeightedBlendable() [1/2]

FWeightedBlendable::FWeightedBlendable ( )
inline

◆ FWeightedBlendable() [2/2]

FWeightedBlendable::FWeightedBlendable ( float  InWeight,
UObject InObject 
)
inline

Member Data Documentation

◆ Object

TObjectPtr<UObject> FWeightedBlendable::Object

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

◆ Weight

float FWeightedBlendable::Weight

0:no effect .. 1:full effect


The documentation for this struct was generated from the following file: