I3DHVersion.h Source File#
|
instant3Dhub
|
I3DHVersion.h
Go to the documentation of this file.
203#define INSTANT3DHUB_DEPRECATED(Version, Message) [[deprecated(Message " - Please update your code to the new instant3Dhub API before upgrading to the next release, otherwise your project will no longer compile.")]]
246#define INSTANT3DHUB_EXPERIMENTAL(Version, Message) [[deprecated(Message " - This API is experimental. As such, there is no guarantee that it won't change or be removed in future releases. Please use at your own risk.")]]
249// Suppresses the warning emitted by @ref INSTANT3DHUB_EXPERIMENTAL when plugin code uses one of its own
250// experimental APIs. Gated on the same I3DH_VALIDATE_EXPERIMENTAL_API switch as the marker so suppression
253// This is intentionally distinct from the engine's PRAGMA_DISABLE_EXPERIMENTAL_WARNINGS: the engine macro
254// is gated on UE_VALIDATE_EXPERIMENTAL_API (off by default) and from UE 5.6 on it overrides our fallback
255// below, so it does not suppress this plugin's [[deprecated]]-based experimental warning. Use these macros
265// NOTE: These macros are also defined by Unreal Engine starting with version 5.6. We provide these
266// definitions as fallback for backwards compatibility, therefore they do not have an INSTANT3DHUB /
Blueprint Functions to query the instant3Dhub Unreal Plugin Version.
Definition I3DHVersion.h:53
static FString GetPluginVersionString()
Gets plugin version string.
Namespace offering functions to query the instant3Dhub Unreal Plugin version.
Definition I3DHVersion.h:23
Generated by