forked from ServersHub/ServerAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The most significant changes involve the removal and re-implementatio…
…n of the `BPLoadClass` function in the `UVictoryCore` struct. The new implementation of `BPLoadClass` now uses the `StringReferenceToClass` function to load a class from a string reference. Additionally, several other functions in the `UVictoryCore` struct were commented out. Changes: 1. The `BPLoadClass` function was removed from the `UVictoryCore` struct in `Other.h`. This function was previously used to load a class from a given path name. 2. The `BPLoadClass` function was re-implemented in the `UVictoryCore` struct. The new implementation uses the `StringReferenceToClass` function to load a class from a string reference. If the class is successfully loaded, it is returned. If not, `nullptr` is returned.
- Loading branch information
1 parent
cfd806e
commit 5d747ff
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters