unreal.MovieSceneGameplayCueKey¶
- class unreal.MovieSceneGameplayCueKey¶
Bases:
StructBaseMovie Scene Gameplay Cue Key
C++ Source:
Plugin: GameplayAbilities
Module: GameplayAbilities
File: MovieSceneGameplayCueSections.h
Editor Properties: (see get_editor_property/set_editor_property)
ability_level(int32): [Read-Write] If originating from an ability, this will be the level of that abilityattach_socket_name(Name): [Read-Write] When attached to a skeletal mesh component, specifies a socket to trigger the cue atattach_to_binding(bool): [Read-Write] Attach the gameplay cue to the track’s bound object in sequencercue(GameplayCueTag): [Read-Write]effect_causer(MovieSceneObjectBindingID): [Read-Write] The physical actor that actually did the damage, can be a weapon or projectilegameplay_effect_level(int32): [Read-Write] The level of that GameplayEffectinstigator(MovieSceneObjectBindingID): [Read-Write] Instigator actor, the actor that owns the ability system component.location(Vector): [Read-Write] Location cue took place at - relative to the attached component if applicablenormal(Vector): [Read-Write] Normal of impact that caused cuenormalized_magnitude(float): [Read-Write] Magnitude of source gameplay effect, normalzed from 0-1. Use this for “how strong is the gameplay effect” (0=min, 1=,max)physical_material(PhysicalMaterial): [Read-Write] PhysMat of the hit, if there was a hit.