24 UFUNCTION(BlueprintPure, Category =
"Sequencer|Section")
27 UFUNCTION(BlueprintCallable, Category =
"Sequencer|Section")
30 UFUNCTION(BlueprintPure, Category =
"Sequencer|Section")
33 UFUNCTION(BlueprintCallable, Category =
"Sequencer|Section")
36 UFUNCTION(BlueprintPure, Category =
"Sequencer|Section")
39 UFUNCTION(BlueprintCallable, Category =
"Sequencer|Section")
42 UFUNCTION(BlueprintPure, Category =
"Sequencer|Section")
45 UFUNCTION(BlueprintCallable, Category =
"Sequencer|Section")
48 UFUNCTION(BlueprintPure, Category =
"Sequencer|Section")
51 UFUNCTION(BlueprintCallable, Category =
"Sequencer|Section")
60 UPROPERTY(EditAnywhere, Category = DataLayer)
64 UPROPERTY(EditAnywhere, Category=DataLayer)
68 UPROPERTY(EditAnywhere, Category=DataLayer, Meta=(EditCondition=
"HasPreRoll", EditConditionHides))
72 UPROPERTY(EditAnywhere, Category=DataLayer, Meta=(EditCondition=
"DesiredState == EDataLayerRuntimeState::Activated", EditConditionHides))
73 bool bFlushOnActivated;
76 UPROPERTY(EditAnywhere, Category=DataLayer, Meta=(EditCondition=
"DesiredState == EDataLayerRuntimeState::Unloaded", EditConditionHides))
80 bool HasPreRoll()
const {
return GetPreRollFrames() > 0.0f; }
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127