10#define UE_API DATASMITHCORE_API
38 FDatasmithTextureSampler(
int InCoordinateIndex,
float InSx,
float InSy,
float InOx,
float InOy,
float InRotation,
float InMultiplier,
bool bInInvert,
int InOutputChannel,
bool InCroppedTexture,
int InMirrorX,
int InMirrorY)
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UE_API
Definition DatasmithTypes.h:10
EDatasmithCurveInterpMode
Definition DatasmithTypes.h:13
Definition DatasmithTypes.h:20
float ScaleY
Definition DatasmithTypes.h:60
FDatasmithTextureSampler(int InCoordinateIndex, float InSx, float InSy, float InOx, float InOy, float InRotation, float InMultiplier, bool bInInvert, int InOutputChannel, bool InCroppedTexture, int InMirrorX, int InMirrorY)
Definition DatasmithTypes.h:38
FDatasmithTextureSampler()
Definition DatasmithTypes.h:22
float OffsetY
Definition DatasmithTypes.h:65
int OutputChannel
Definition DatasmithTypes.h:77
int MirrorX
Definition DatasmithTypes.h:83
int CoordinateIndex
Definition DatasmithTypes.h:55
bool bCroppedTexture
Definition DatasmithTypes.h:80
float Rotation
Definition DatasmithTypes.h:68
float ScaleX
Definition DatasmithTypes.h:58
float OffsetX
Definition DatasmithTypes.h:63
int MirrorY
Definition DatasmithTypes.h:85
bool bInvert
Definition DatasmithTypes.h:74
float Multiplier
Definition DatasmithTypes.h:71
Definition DatasmithTypes.h:136
int32 FrameNumber
Definition DatasmithTypes.h:145
bool bVisible
Definition DatasmithTypes.h:146
FDatasmithVisibilityFrameInfo(int32 InFrameNumber, bool bInVisible)
Definition DatasmithTypes.h:137
UE_API bool IsValid() const
Definition DatasmithTypes.cpp:23
static UE_API FDatasmithVisibilityFrameInfo InvalidFrameInfo
Definition DatasmithTypes.h:148
UE_API bool operator==(const FDatasmithVisibilityFrameInfo &Other) const
Definition DatasmithTypes.cpp:28
T X
Definition Vector.h:62