UVectorField

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/VectorField/VectorField.h

Include

#include "VectorField/VectorField.h"

Syntax

class UVectorField : public UObject

Variables

Name Description

Public variable

FBox

 

Bounds

Bounds of the volume in local space.

Public variable

float

 

Intensity

The intensity with which to multiplie vectors in this field.

Constructors

Name Description

Public function

UVectorField

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function Virtual

void

 

InitInstance

(
    FVectorFieldInstance* Instance,
    bool bPreviewInstance
)

Initializes an instance for use with this vector field.