Navigation
API > API/Runtime > API/Runtime/FieldSystemEngine
UUniformInteger
Name
UUniformInteger
Type
class
Header File
/Engine/Source/Runtime/Experimental/FieldSystem/Source/FieldSystemEngine/Public/Field/FieldSystemObjects.h
Include Path
#include "Field/FieldSystemObjects.h"
Syntax
UCLASS (ClassGroup="Field",
Meta=(BlueprintSpawnableComponent, ToolTip="Set a uniform integer value independently of the sample position. The output is equal to magnitude"),
ShowCategories=("Field"), MinimalAPI)
class UUniformInteger : public UFieldNodeInt
Copy full snippet
Inheritance Hierarchy
Implements Interfaces
Constructors
Destructors
Name
Remarks
Include Path
Unreal Specifiers
virtual ~UUniformInteger()
Field/FieldSystemObjects.h
Variables
Public
Name
Type
Remarks
Include Path
Unreal Specifiers
Magnitude
int32
The field output will be equal the magnitude
Field/FieldSystemObjects.h
BlueprintReadWrite
EditAnywhere
Category="Field"
DisplayName="Field Magnitude"
Functions
Public
Name
Remarks
Include Path
Unreal Specifiers
Set a uniform integer value independently of the sample position. The output is equal to magnitude
Field/FieldSystemObjects.h
BlueprintPure
Category="Field"
Meta=(Magnitude="0")
Overridden from UFieldNodeBase