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

#include <AtomGameplayVolumeSubsystem.h>

公開メンバ関数

 FAtomGameplayVolumeProxyInfo ()=default
void AddListenerIndex (int32 ListenerIndex)
bool IsVolumeInCurrentList (uint32 VolumeID) const
void Update (const TArray< FAtomGameplayVolumeListener > &VolumeListeners, FAtomGameplayProxyUpdateResult &OutResult)

限定公開変数類

TSet< uint32 > CurrentProxies
TArray< int32 > ListenerIndexes
TSet< uint32 > PreviousProxies

詳解

FAtomGameplayVolumeProxyInfo - Holds information relating to which volumes our listeners are inside of

構築子と解体子

◆ FAtomGameplayVolumeProxyInfo()

FAtomGameplayVolumeProxyInfo::FAtomGameplayVolumeProxyInfo ( )
default

関数詳解

◆ AddListenerIndex()

void FAtomGameplayVolumeProxyInfo::AddListenerIndex ( int32 ListenerIndex)

Add a listener's index to be checked on the next Update call

◆ IsVolumeInCurrentList()

bool FAtomGameplayVolumeProxyInfo::IsVolumeInCurrentList ( uint32 VolumeID) const

Returns true if the volume contains at least one listener

◆ Update()

void FAtomGameplayVolumeProxyInfo::Update ( const TArray< FAtomGameplayVolumeListener > & VolumeListeners,
FAtomGameplayProxyUpdateResult & OutResult )

Aggregate proxies from all listeners into a single world list

メンバ詳解

◆ CurrentProxies

TSet<uint32> FAtomGameplayVolumeProxyInfo::CurrentProxies
protected

◆ ListenerIndexes

TArray<int32> FAtomGameplayVolumeProxyInfo::ListenerIndexes
protected

◆ PreviousProxies

TSet<uint32> FAtomGameplayVolumeProxyInfo::PreviousProxies
protected

このクラス詳解は次のファイルから抽出されました: