CriWare Unreal Engine
Plug-ins for CriWare solutions.
読み取り中…
検索中…
一致する文字列を見つけられません
ICriWareLipsModule クラス

#include <CriWareLipsModule.h>

ICriWareLipsModule の継承関係図

静的公開メンバ関数

static ICriWareLipsModuleGet ()
static bool IsAvailable ()

詳解

The public interface to this module

関数詳解

◆ Get()

ICriWareLipsModule & ICriWareLipsModule::Get ( )
inlinestatic

Singleton-like access to this module's interface. This is just for convenience! Beware of calling this during the shutdown phase, though. Your module might have been unloaded already.

戻り値
Returns singleton instance, loading the module on demand if needed

◆ IsAvailable()

bool ICriWareLipsModule::IsAvailable ( )
inlinestatic

Checks to see if this module is loaded and ready. It is only valid to call Get() if IsAvailable() returns true.

戻り値
True if the module is loaded and ready to use

このクラス詳解は次のファイルから抽出されました:
  • C:/git/Engine/Plugins/Runtime/CriWare/CriWareLips/Source/CriWareLips/Public/CriWareLipsModule.h