UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ParticleModuleVelocityBase.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3
4#pragma once
5
6#include "CoreMinimal.h"
9#include "ParticleModuleVelocityBase.generated.h"
10
11UCLASS(editinlinenew, hidecategories=Object, abstract, meta=(DisplayName = "Velocity"))
13{
15
16
20 UPROPERTY(EditAnywhere, Category=Velocity)
21 uint32 bInWorldSpace:1;
22
24 UPROPERTY(EditAnywhere, Category=Velocity)
25 uint32 bApplyOwnerScale:1;
26
27};
28
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define GENERATED_UCLASS_BODY(...)
Definition ObjectMacros.h:768
#define UCLASS(...)
Definition ObjectMacros.h:776
uint32_t uint32
Definition binka_ue_file_header.h:6
Definition ParticleModuleVelocityBase.h:13
Definition ParticleModule.h:149