UVolumeTextureFactory

Factory for creating volume texture

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Factories/VolumeTextureFactory.h

Include

#include "Factories/VolumeTextureFactory.h"

Syntax

class UVolumeTextureFactory : public UFactory

Remarks

Factory for creating volume texture

Variables

Name Description

Public variable

UTexture2D *...

 

InitialTexture

An initial texture to assign to the newly created volume texture

Constructors

Name Description

Public function

UVolumeTextureFactory

(
    const FObjectInitializer& ObjectIn...
)

Overridden from UFactory

Name Description

Public function Virtual

bool

 

ConfigureProperties()

Opens a dialog to configure the factory properties.

Public function Virtual

UObject *...

 

FactoryCreateNew

(
    UClass* InClass,
    UObject* InParent,
    FName InName,
    EObjectFlags Flags,
    UObject* Context,
    FFeedbackContext* Warn
)

Create a new object by class.

Public function Virtual Const

FText

 

GetDisplayName()

Returns the name of the factory for menus

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