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

#include <AtomConfig.h>

公開メンバ関数

 FAtomGameVariableInfo ()
 FAtomGameVariableInfo (const FString &InName, int32 InID, float InValue)
bool operator!= (const FAtomGameVariableInfo &Other) const
bool operator== (const FAtomGameVariableInfo &Other) const

公開変数類

int32 ID
FString Name
int32 Value

詳解

構築子と解体子

◆ FAtomGameVariableInfo() [1/2]

FAtomGameVariableInfo::FAtomGameVariableInfo ( )

◆ FAtomGameVariableInfo() [2/2]

FAtomGameVariableInfo::FAtomGameVariableInfo ( const FString & InName,
int32 InID,
float InValue )

関数詳解

◆ operator!=()

bool FAtomGameVariableInfo::operator!= ( const FAtomGameVariableInfo & Other) const
inline

◆ operator==()

bool FAtomGameVariableInfo::operator== ( const FAtomGameVariableInfo & Other) const
inline

メンバ詳解

◆ ID

int32 FAtomGameVariableInfo::ID

Unique Atom Craft ID of the Game Variable.

◆ Name

FString FAtomGameVariableInfo::Name

Name of the Game Variable.

◆ Value

int32 FAtomGameVariableInfo::Value

Unique Atom Craft default value of the Game Variable.


この構造体詳解は次のファイルから抽出されました:
  • C:/git/Engine/Plugins/Runtime/CriWare/CriWare/Source/CriWareCore/Public/Atom/AtomConfig.h
  • C:/git/Engine/Plugins/Runtime/CriWare/CriWare/Source/CriWareCore/Private/Atom/AtomConfig.cpp