38 UFUNCTION(BlueprintCallable, Category =
"General")
46 UPROPERTY(config, EditAnywhere, BlueprintReadWrite, Category=
"General")
52 UPROPERTY(Instanced, EditAnywhere, BlueprintReadWrite, Category="
General", meta=(EditCondition=bUseBurnIn))
83 UPROPERTY(EditAnywhere, BlueprintReadOnly, Category="
Playback", meta=(ShowOnlyInnerProperties, ExposeOnSpawn))
86 UE_DEPRECATED(5.4, "
Direct access to SequencePlayer will be
removed. Please use GetSequencePlayer()")
87 UPROPERTY(Instanced,
transient,
replicated, BlueprintReadOnly, BlueprintGetter = GetSequencePlayer, Category = "
Playback", meta = (ExposeFunctionCategories = "Sequencer|Player"))
93#if WITH_EDITORONLY_DATA
98 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category=
"Cameras", meta=(ShowOnlyInnerProperties, ExposeOnSpawn))
116 UPROPERTY(EditAnywhere, DisplayName="
Replicate Playback", BlueprintReadWrite, BlueprintSetter=SetReplicatePlayback, Category=Replication, meta=(ExposeOnSpawn))
131 UFUNCTION(BlueprintCallable, Category="Sequencer|Player")
140 UFUNCTION(BlueprintCallable, Category="Sequencer|Player")
156 UFUNCTION(BlueprintCallable, Category = "Sequencer|Player")
160 UFUNCTION(BlueprintCallable, Category = "Sequencer|Player")
177 UFUNCTION(BlueprintCallable, Category = "Sequencer|Player|Bindings")
189 UFUNCTION(BlueprintCallable, Category = "Sequencer|Player|Bindings")
201 UFUNCTION(BlueprintCallable, Category = "Sequencer|Player|Bindings")
213 UFUNCTION(BlueprintCallable, Category = "Sequencer|Player|Bindings")
219 UFUNCTION(BlueprintCallable, Category = "Sequencer|Player|Bindings")
225 UFUNCTION(BlueprintCallable, Category = "Sequencer|Player|Bindings")
231 UFUNCTION(BlueprintCallable, Category = "Sequencer|Player|Bindings")
237 UFUNCTION(BlueprintCallable, Category = "Sequencer|Player|Bindings")
252 UFUNCTION(BlueprintCallable, Category = "Sequencer|Player|Bindings", DisplayName="
Find Bindings by
Tag")
268#if WITH_EDITORONLY_DATA
291 return WorldPartitionResolveData;
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127