RapyutaSimulationPlugins
URRCoreUtils Member List

This is the complete list of members for URRCoreUtils, including all inherited members.

CheckWithTimeOut(const TFunctionRef< bool()> &InCondition, const TFunctionRef< void()> &InActionUponTimeout, float InBeginTimeInSec, float InTimeoutInSec)URRCoreUtilsstatic
CIMAGE_WRAPPER_MODULE_NAMEURRCoreUtilsstatic
CleanupLightProfileDataURRCoreUtilsstatic
CMD_AO_USE_HISTORY_DISABLEURRCoreUtilsstatic
CMD_AUDIO_MIXER_DISABLEURRCoreUtilsstatic
CMD_CUSTOM_DEPTH_STENCIL_ENABLEURRCoreUtilsstatic
CMD_FORWARD_SHADING_ENABLEURRCoreUtilsstatic
CMD_GC_DUMP_POOL_STATSURRCoreUtilsstatic
CMD_HIGHRES_SCREENSHOT_DELAYURRCoreUtilsstatic
CMD_MEMORY_REPORTURRCoreUtilsstatic
CMD_MEMORY_REPORT_FULLURRCoreUtilsstatic
CMD_OCCLUDED_PRIMITIVES_VISUALIZEURRCoreUtilsstatic
CMD_RENDER_DOC_CAPTURE_FRAMEURRCoreUtilsstatic
CMD_RHI_GPU_CAPTURE_OPTIONS_ENABLEURRCoreUtilsstatic
CMD_SHADOW_MAP_CACHING_TURN_OFFURRCoreUtilsstatic
CMD_SIM_QUITURRCoreUtilsstatic
CMD_STATS_STARTURRCoreUtilsstatic
CMD_STATS_STOPURRCoreUtilsstatic
CreateDirectoryIfNotExisting(const FString &DirPath)URRCoreUtilsinlinestatic
CreatePlayerController(int32 ControllerId, const UObject *InContextObject)URRCoreUtilsinlinestatic
CreatePlayerControllerList(TArray< T > &OutPlayerControllerList, int32 InNumOfPlayers, const UObject *InContextObject)URRCoreUtilsinlinestatic
CreateStreamingLevel(const UObject *InContextObject, const FRRStreamingLevelInfo &InLevelInfo)URRCoreUtilsinlinestatic
ExecuteConsoleCommand(const UObject *InContextObject, const FString &InCommandText)URRCoreUtilsinlinestatic
ExecuteSimQuitCommand(const UObject *InContextObject)URRCoreUtilsstatic
FToStdString(const FString &InUEString)URRCoreUtilsinlinestatic
GenerateThumbnail(UObject *InObject, uint32 InImageWidth, uint32 InImageHeight, const FString &InSaveImagePath)URRCoreUtilsstatic
GetArraySize(const T(&)[N])URRCoreUtilsinlinestatic
GetBoolPreprocessorText()URRCoreUtilsinlinestatic
GetCommandLineArgumentValue(const TCHAR *InArgName, T &OutArgValue, bool bIsLogged=false)URRCoreUtilsinlinestatic
GetCompressedImageData(const ERRFileType InImageFileType, const FRRColorArray &InImageData, const FIntPoint &ImageSize, const int8 BitDepth, const ERGBFormat RGBFormat, TArray64< uint8 > &OutCompressedData)URRCoreUtilsinlinestatic
GetEditorWorld()URRCoreUtilsinlinestatic
GetElapsedTimeSecs(const T &InLastTimestamp)URRCoreUtilsinlinestatic
GetFileType(const FString &InFilePath)URRCoreUtilsinlinestatic
GetFileTypeFilter(const ERRFileType InFileType)URRCoreUtilsstatic
GetGameInstance(const UObject *InContextObject=nullptr)URRCoreUtilsinlinestatic
GetGameMode(const UObject *InContextObject=nullptr)URRCoreUtilsinlinestatic
GetGameState(const UObject *InContextObject=nullptr)URRCoreUtilsinlinestatic
GetMaxSplitscreenPlayers(const UObject *InContextObject)URRCoreUtilsstatic
GetNewGuid()URRCoreUtilsinlinestatic
GetPlayerController(int8 InSceneInstanceId, const UObject *InContextObject=nullptr)URRCoreUtilsinlinestatic
GetPlayerControllerList(TArray< T > &OutPlayerControllerList, const UObject *InContextObject=nullptr)URRCoreUtilsinlinestatic
GetSanitizedXMLString(const FString &InXMLString)URRCoreUtilsinlinestatic
GetSceneDirector(const UObject *InContextObject, int8 InSceneInstanceId)URRCoreUtilsstatic
GetSceneInstance(const UObject *InContextObject, int8 InSceneInstanceId)URRCoreUtilsstatic
GetSceneInstanceLocation(int8 InSceneInstanceId)URRCoreUtilsstatic
GetSeconds()URRCoreUtilsinlinestatic
GetSimConfigFileName(const UObject *InContextObject)URRCoreUtilsinlinestatic
GetSimDefaultConfigFileName(const UObject *InContextObject)URRCoreUtilsinlinestatic
GetSimFileExt(const ERRFileType InFileType)URRCoreUtilsinlinestatic
HasEnoughDiskSpace(const FString &InPath, uint64 InRequiredMemorySizeInBytes)URRCoreUtilsstatic
HasPlayerControllerListInitialized(const UObject *InContextObject, bool bIsLogged=false)URRCoreUtilsstatic
HasSimInitialized(const UObject *InContextObject, bool bIsLogged=false)URRCoreUtilsstatic
IsDefaultSimSceneInstance(TRRObject *InSimObject)URRCoreUtilsinlinestatic
IsFileType(const FString &InFilePath, const TArray< ERRFileType > &InFileTypes)URRCoreUtilsinlinestatic
IsPIE()URRCoreUtilsinlinestatic
IsRunningSimCommandlet()URRCoreUtilsinlinestatic
IsSimProfiling()URRCoreUtilsstatic
IsValidBitDepth(int32 InBitDepth)URRCoreUtilsinlinestatic
LoadFullFilePaths(const FString &FolderPath, TArray< FString > &OutFilePaths, const TArray< ERRFileType > &InFileTypes, const bool bInRecursive=true)URRCoreUtilsstatic
LoadIESProfile(const FString &InFullFilePath, const FString &InLightProfileName)URRCoreUtilsstatic
LoadIESProfilesFromFolder(const FString &InFolderPath, TArray< UTextureLightProfile * > &OutLightProfileList, bool bIsLogged=false)URRCoreUtilsstatic
LoadImagesFromFolder(const FString &InImageFolderPath, const TArray< ERRFileType > &InImageFileTypes, TArray< UTexture * > &OutImageTextureList, bool bIsLogged=false)URRCoreUtilsstatic
LoadImageToTexture(const FString &InFullFilePath, const FString &InTextureName, const bool bInSaveToAsset=false)URRCoreUtilsstatic
LoadImageWrapperModule()URRCoreUtilsstatic
MarkCurrentTime(T &OutTimestamp)URRCoreUtilsinlinestatic
MoveStreamingLevelBetweenSceneInstances(ULevelStreaming *InStreamingLevel, int8 InStartSceneInstanceId, int8 InTargetSceneInstanceId)URRCoreUtilsinlinestatic
ParseCommandLineParams(const FString &InParams, const TCHAR *InArgName, T &OutArgValue, bool bIsLogged=false)URRCoreUtilsinlinestatic
PIXEL_STREAMER_PLAYER_NAMEURRCoreUtilsstatic
PlanToExecuteOnNextTick(T *InObj, typename TDelegate::template TMethodPtr< T > InMethod)URRCoreUtilsinlinestatic
PlanToExecuteOnNextTick(UWorld *InWorld, const FTimerDelegate &InTimerDelegate)URRCoreUtilsinlinestatic
PlanToExecuteOnNextTick(UWorld *InWorld, TFunction< void()> InCallback)URRCoreUtilsinlinestatic
PrintMessage(const FString &InMessage, bool bInError=false, float InTimeOnScreen=100.f)URRCoreUtilsinlinestatic
RegisterRepeatedExecution(T *InObj, FTimerHandle &InTimerHandle, typename FTimerDelegate::template TMethodPtr< T >::FMethodPtr InMethod, float InRate=0.5f)URRCoreUtilsinlinestatic
RegisterRepeatedExecution(T *InObj, FTimerHandle &InTimerHandle, TFunction< void()> Callback, float InRate=0.5f)URRCoreUtilsinlinestatic
RunMonitoredProcess(FMonitoredProcess *InProcess, const float InTimeOutSecs, const FString &InProcessName=EMPTY_STR)URRCoreUtilsinlinestatic
ScreenMsg(const FColor &InColor, const FString &InMessage, float InTimeToDisplay=50000.f)URRCoreUtilsinlinestatic
ShutDownSim(const UObject *InContextObject, uint64 InSimCompletionTimeoutInSecs)URRCoreUtilsstatic
SImageWrapperModuleURRCoreUtilsstatic
SImageWrappersURRCoreUtilsstatic
SimFileExtsURRCoreUtilsstatic
SLightProfileDataURRCoreUtilsstatic
StdToFString(const std::string &InStdString)URRCoreUtilsinlinestatic
StopRegisteredExecution(UWorld *InWorld, FTimerHandle &InTimerHandle)URRCoreUtilsinlinestatic
StopRegisteredTimer(UWorld *InWorld, FTimerHandle &InTimerHandle)URRCoreUtilsinlinestatic
StreamLevel(const UObject *InContextObject, const FString &InLevelName, UObject *InTargetObject=nullptr, const FName &InExecuteFunctionName=NAME_None)URRCoreUtilsinlinestatic
UnstreamLevel(const UObject *InContextObject, const FName &InLevelName)URRCoreUtilsinlinestatic
VerifyDirPathAbsoluteAndExist(const FString &InDirPath)URRCoreUtilsinlinestatic
WaitUntilThenAct(TFunctionRef< bool()> InCond, TFunctionRef< void()> InPassedCondAct, float InTimeoutInSec, float InIntervalTimeInSec=0.5f)URRCoreUtilsstatic