5#include "Containers/Map.h"
17#include "MediaSourceOptions.generated.h"
29 UPROPERTY(EditAnywhere, Category =
"Media Cache")
37 UPROPERTY(EditAnywhere, Category = "Media Cache")
38 float TimeToLookAhead = 0.2f;
48 return !(*
this ==
Other);
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
const bool
Definition NetworkReplayStreaming.h:178
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define USTRUCT(...)
Definition ObjectMacros.h:746
#define GENERATED_USTRUCT_BODY(...)
Definition ObjectMacros.h:767
@ false
Definition radaudio_common.h:23
static UE_FORCEINLINE_HINT bool IsNearlyEqual(float A, float B, float ErrorTolerance=UE_SMALL_NUMBER)
Definition UnrealMathUtility.h:388