Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UParticleModuleVelocityCone |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocityCone.h |
| Include Path | #include "Particles/Velocity/ParticleModuleVelocityCone.h" |
Syntax
UCLASS (EditInlineNew, HideCategories=Object, MinimalAPI, Meta=(DisplayName="Velocity Cone"))
class UParticleModuleVelocityCone : public UParticleModuleVelocityBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UParticleModule → UParticleModuleVelocityBase → UParticleModuleVelocityCone
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UParticleModuleVelocityCone
(
const FObjectInitializer& ObjectInitializer |
Particles/Velocity/ParticleModuleVelocityCone.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Angle | FRawDistributionFloat | The Min value represents the inner cone angle value and the Max value represents the outer cone angle value. | Particles/Velocity/ParticleModuleVelocityCone.h |
|
| Direction | FVector | The direction FVector of the cone. | Particles/Velocity/ParticleModuleVelocityCone.h |
|
| Velocity | FRawDistributionFloat | The initial velocity of the particles. | Particles/Velocity/ParticleModuleVelocityCone.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InitializeDefaults() |
Initializes the default values for this property | Particles/Velocity/ParticleModuleVelocityCone.h | |
void SpawnEx
(
const FSpawnContext& Context, |
Extended version of spawn, allows for using a random stream for distribution value retrieval | Particles/Velocity/ParticleModuleVelocityCone.h |
Overridden from UParticleModule
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Render3DPreview
(
const FPreviewContext& Context |
Particles/Velocity/ParticleModuleVelocityCone.h | ||
virtual void Spawn
(
const FSpawnContext& Context |
Particles/Velocity/ParticleModuleVelocityCone.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Particles/Velocity/ParticleModuleVelocityCone.h | ||
virtual void PostInitProperties() |
Particles/Velocity/ParticleModuleVelocityCone.h |