|
| enum | ECanBeCharacterBase : int { UMETA =(DisplayName="No")
, UMETA =(DisplayName="No")
, UMETA =(DisplayName="No")
, ECB_MAX
} |
| |
| enum class | ERendererStencilMask : uint8 {
UMETA =(DisplayName = "Default")
, UMETA =(DisplayName = "All bits (255), ignore depth")
, UMETA =(DisplayName = "First bit (1), ignore depth")
, UMETA =(DisplayName = "Second bit (2), ignore depth")
,
UMETA =(DisplayName = "Third bit (4), ignore depth")
, UMETA =(DisplayName = "Fourth bit (8), ignore depth")
, UMETA =(DisplayName = "Fifth bit (16), ignore depth")
, UMETA =(DisplayName = "Sixth bit (32), ignore depth")
,
UMETA =(DisplayName = "Seventh bit (64), ignore depth")
, UMETA =(DisplayName = "Eighth bit (128), ignore depth")
} |
| |
| enum class | ERayTracingGroupCullingPriority : uint8 {
UMETA =(DisplayName = "0 - Never cull")
, UMETA =(DisplayName = "1")
, UMETA =(DisplayName = "2")
, UMETA =(DisplayName = "3")
,
UMETA =(DisplayName = "4 - Default")
, UMETA =(DisplayName = "5")
, UMETA =(DisplayName = "6")
, UMETA =(DisplayName = "7")
,
UMETA =(DisplayName = "8 - Quickly cull")
} |
| |
| enum class | EFirstPersonPrimitiveType : uint8 { UMETA =(DisplayName = "None")
, UMETA =(DisplayName = "First Person")
, UMETA =(DisplayName = "World Space Representation")
} |
| |
| enum class | EComponentPhysicsStateChange : uint8 { Created
, Destroyed
} |
| |
|
| | DECLARE_CYCLE_STAT_EXTERN (TEXT("BeginComponentOverlap"), STAT_BeginComponentOverlap, STATGROUP_Game, ENGINE_API) |
| |
| | DECLARE_CYCLE_STAT_EXTERN (TEXT("MoveComponent FastOverlap"), STAT_MoveComponent_FastOverlap, STATGROUP_Game, ENGINE_API) |
| |
| | DECLARE_DYNAMIC_MULTICAST_SPARSE_DELEGATE_FiveParams (FComponentHitSignature, UPrimitiveComponent, OnComponentHit, UPrimitiveComponent *, HitComponent, AActor *, OtherActor, UPrimitiveComponent *, OtherComp, FVector, NormalImpulse, const FHitResult &, Hit) |
| |
| | DECLARE_DYNAMIC_MULTICAST_SPARSE_DELEGATE_SixParams (FComponentBeginOverlapSignature, UPrimitiveComponent, OnComponentBeginOverlap, UPrimitiveComponent *, OverlappedComponent, AActor *, OtherActor, UPrimitiveComponent *, OtherComp, int32, OtherBodyIndex, bool, bFromSweep, const FHitResult &, SweepResult) |
| |
| | DECLARE_DYNAMIC_MULTICAST_SPARSE_DELEGATE_FourParams (FComponentEndOverlapSignature, UPrimitiveComponent, OnComponentEndOverlap, UPrimitiveComponent *, OverlappedComponent, AActor *, OtherActor, UPrimitiveComponent *, OtherComp, int32, OtherBodyIndex) |
| |
| | DECLARE_DYNAMIC_MULTICAST_SPARSE_DELEGATE_TwoParams (FComponentWakeSignature, UPrimitiveComponent, OnComponentWake, UPrimitiveComponent *, WakingComponent, FName, BoneName) |
| |
| | DECLARE_DYNAMIC_MULTICAST_SPARSE_DELEGATE_TwoParams (FComponentSleepSignature, UPrimitiveComponent, OnComponentSleep, UPrimitiveComponent *, SleepingComponent, FName, BoneName) |
| |
| | DECLARE_DYNAMIC_MULTICAST_SPARSE_DELEGATE_OneParam (FComponentCollisionSettingsChangedSignature, UPrimitiveComponent, OnComponentCollisionSettingsChangedEvent, UPrimitiveComponent *, ChangedComponent) |
| |
| | DECLARE_DYNAMIC_MULTICAST_SPARSE_DELEGATE_TwoParams (FComponentPhysicsStateChanged, UPrimitiveComponent, OnComponentPhysicsStateChanged, UPrimitiveComponent *, ChangedComponent, EComponentPhysicsStateChange, StateChange) |
| |
| | DECLARE_DYNAMIC_MULTICAST_SPARSE_DELEGATE_OneParam (FComponentBeginCursorOverSignature, UPrimitiveComponent, OnBeginCursorOver, UPrimitiveComponent *, TouchedComponent) |
| |
| | DECLARE_DYNAMIC_MULTICAST_SPARSE_DELEGATE_OneParam (FComponentEndCursorOverSignature, UPrimitiveComponent, OnEndCursorOver, UPrimitiveComponent *, TouchedComponent) |
| |
| | DECLARE_DYNAMIC_MULTICAST_SPARSE_DELEGATE_TwoParams (FComponentOnClickedSignature, UPrimitiveComponent, OnClicked, UPrimitiveComponent *, TouchedComponent, FKey, ButtonPressed) |
| |
| | DECLARE_DYNAMIC_MULTICAST_SPARSE_DELEGATE_TwoParams (FComponentOnReleasedSignature, UPrimitiveComponent, OnReleased, UPrimitiveComponent *, TouchedComponent, FKey, ButtonReleased) |
| |
| | DECLARE_DYNAMIC_MULTICAST_SPARSE_DELEGATE_TwoParams (FComponentOnInputTouchBeginSignature, UPrimitiveComponent, OnInputTouchBegin, ETouchIndex::Type, FingerIndex, UPrimitiveComponent *, TouchedComponent) |
| |
| | DECLARE_DYNAMIC_MULTICAST_SPARSE_DELEGATE_TwoParams (FComponentOnInputTouchEndSignature, UPrimitiveComponent, OnInputTouchEnd, ETouchIndex::Type, FingerIndex, UPrimitiveComponent *, TouchedComponent) |
| |
| | DECLARE_DYNAMIC_MULTICAST_SPARSE_DELEGATE_TwoParams (FComponentBeginTouchOverSignature, UPrimitiveComponent, OnInputTouchEnter, ETouchIndex::Type, FingerIndex, UPrimitiveComponent *, TouchedComponent) |
| |
| | DECLARE_DYNAMIC_MULTICAST_SPARSE_DELEGATE_TwoParams (FComponentEndTouchOverSignature, UPrimitiveComponent, OnInputTouchLeave, ETouchIndex::Type, FingerIndex, UPrimitiveComponent *, TouchedComponent) |
| |